Time tracking webhook events

Definition of webhook events that are triggered when a time entry is created or modified

Geoff Mina avatar
Written by Geoff Mina
Updated over a week ago

X-Event-Type values

  • TimerCreate

  • TimerUpdate

  • TimerDelete

{
"id": "64b857b0b17c7c727001331c",
"accountId": 10016,
"sampleData": false,
"userId": 16,
"timerStart": "2023-07-19T21:37:35.684Z",
"timerEnd": "2023-07-19T21:37:52.431Z",
"userFullName": "Geoffrey Mina",
"notes": "These are some notes",
"clientId": "6490580de30ecf51c2c22ffa",
"projectId": "649976d658c17d4f29b068ee",
"deliverableId": "649976e158c17d4f29b068ef",
"clientName": "Moxie",
"projectName": "Fun project for client",
"deliverableName": "Task 1",
"timestamp": null,
"timestampUpdated": null,
"invoiceId": null,
"invoiceNumber": null,
"importRecordId": null,
"feeSchedule": null,
"duration": 16
}

Did this answer your question?