Skip to main content

Bulk Task Update

When a bulk task action is performed

Yashal Vagadia avatar
Written by Yashal Vagadia
Updated over a week ago

Triggers when tasks are skipped or snoozed in bulk using bulk actions.

Sample Result:

{
"event": "bulk-task-update",
"bulkActionId": "lP0Zg2keMz",
"action": "skip",
"message": "Skip request accepted. Use the bulk status API to track results.",
"statusCheckUrl": "/v1/tasks/bulk-status/lP0Zg2keMz",
"user": {
"firstName": "Dhruv",
"lastName": "Patel",
"email": "[email protected]",
"userRole": "admin"
}
}
Did this answer your question?