Before you dive into the various event types, explore our guide Getting started with Bob webhooks.
Task Events
Use the following events to receive notifications about triggered task lists and tasks status updates.
| Event | Type | Description |
|---|---|---|
| Task triggered | todo.assign | When a task list is triggered, each general task that is created will trigger this event |
| Task status changed | todo.changedStatus | Any change in the status of a general task - completed/incomplete |
Note: As best practice we recommend to use the event as a notification only, and retrieve the complete task details by using the Read tasks of a specific employee API endpoint. Use the employee ID (which is returned in the "toDoAssigneeId" in the event's payload), to filter the API response.
Call the API
To retrieve the task details, use the employee ID and task ID from the payload to call the endpoint URL. To learn more, see API call for Task events
