Servicem8 and webhooks -
i able jobactivities fire when created, cannot seem hook jobactivities when updated or deleted.
i have in manifest:
"oauth": { "scope": "manage_schedule read_schedule" }, "actions": [], "menuitems": [], "webhooks": [{ "object": "jobactivity", "fields": [ "activity_was_scheduled", "uuid", "start_date", "end_date", "has_been_opened", "edit_date" ]}
if interested in being notified booking cancellations, subscribe 'active' field. otherwise if you're interested in booking schedule changes, subscribe start_date + end_date should trick.
Comments
Post a Comment