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

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -