Webhooks to be notified about Task status changes
You can configure webhook endpoints to be notified about Task status changes.
The webhooks return an Event object**,** with the following attributes
task.completed
)integrations
informationWe currently support the following webhooks
on_assign : when a Task goes from TODO
→ ASSIGNED
status
→ type task.assigned
on_unassign : when a Task goes from ASSIGNED
→ TODO
status
→ type task.unassigned
on_start : when a Task goes from ASSIGNED
→ STARTED
status
→ type task.started
on_pause : when a Task goes from STARTED
→ ASSIGNED
status
→ type task.paused
on_complete : when a Task goes from STARTED
→ DONE
status
→ type task.completed
webhook_1234
(for now, you need to ask someone from the Fragment’s team to do it for you)integrations
payload as followsThe externalId
will be returned as part of the webhooks
webhook_1234
Webhooks to be notified about Task status changes
You can configure webhook endpoints to be notified about Task status changes.
The webhooks return an Event object**,** with the following attributes
task.completed
)integrations
informationWe currently support the following webhooks
on_assign : when a Task goes from TODO
→ ASSIGNED
status
→ type task.assigned
on_unassign : when a Task goes from ASSIGNED
→ TODO
status
→ type task.unassigned
on_start : when a Task goes from ASSIGNED
→ STARTED
status
→ type task.started
on_pause : when a Task goes from STARTED
→ ASSIGNED
status
→ type task.paused
on_complete : when a Task goes from STARTED
→ DONE
status
→ type task.completed
webhook_1234
(for now, you need to ask someone from the Fragment’s team to do it for you)integrations
payload as followsThe externalId
will be returned as part of the webhooks
webhook_1234