Task triggered webhook

Sent when a task list is triggered and one or more general tasks are created. The payload includes requestedForEmployeeId (the employee the tasks are for), workflowId, pivotDate, and toDoIds (task IDs).

Best practice: Treat the event as a notification. Call the Read tasks of a specific employee endpoint with requestedForEmployeeId to retrieve full 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.