{
"event": "task.updated",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"status": "in_progress",
"updatedFields": [
"status",
"assignedTo"
]
},
"timestamp": "2026-02-23T12:00:00Z",
"webhookId": "wh_abc123"
}Task updated
Fired when a task’s fields are modified.
WEBHOOK
task.updated
{
"event": "task.updated",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"status": "in_progress",
"updatedFields": [
"status",
"assignedTo"
]
},
"timestamp": "2026-02-23T12:00:00Z",
"webhookId": "wh_abc123"
}Authorizations
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Body
application/json
Response
200
Webhook received.