Job Webhooks
Hellotracks lets you define 5 different endpoints, each endpoint targeting one of the following actions: Actions:- placechecked: called when a user automatically checked-in or checked-out at a place
 - jobcreated: called when a job is newly created
 - jobupdated: called when an existing job is updated
 - jobcompleted: called when a job is marked as completed (either with success or failure)
 - jobarchived: called when a job is marked as archived
 - jobdeleted: called when a job is deleted
 - jobchecked: called when a job is checked-in or checked-out
 
- id: The id of the job
 - data: The job data, see also section object Job API Object
 - action: The action: one of placechecked, jobcreated, jobupdated, jobcompleted, jobchecked, jobarchived or jobdeleted