Task status changed webhook

Sent when the status of a general task changes (e.g. completed or incomplete). The payload includes toDoIds, toDoRequestedForIds, toDoAssigneeIds, and newStatus. Long fields (e.g. description or title) may be truncated in the payload.

Best practice: Treat the event as a notification. Call the Read tasks of a specific employee endpoint with toDoAssigneeId (or the relevant employee ID from the payload) to get full, untruncated task details. For request and response examples, see API call for Task events.

In the right panel, open Examples and select Payload Example to see a real payload.