Discussions

Ask a Question
Back to All

Any recent changes to Webhook data?

My application has started throwing errors recently as it doesn't seem to be receiving the Job details any more.

Have changes been made and if so where are these documented?

My webhook subscription has:

$object = "job";
$fields = 'uuid,status,active,job_description,job_address,date,billing_address,lng,lat,generated_job_id,queue_uuid,category_uuid,queue_expiry_date,queue_assigned_staff_uuid';

Latest response is:

{"object":"Job","entry":[{"uuid":"XXXXXXXXXX",
"changed_fields":["status","work_order_date","edit_date"],"time":"2024-06-04 05:42:57"}],
"resource_url":"https://api.servicem8.com/api_1.0/Job/XXXXXXXXXX.json"}

I'm fairly sure this used to have the values as well as the fields that changed.