{
"event": "task.created",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"status": "pending",
"createdAt": "2026-02-23T10:30:00Z",
"placeId": "pl_abc123"
},
"timestamp": "2026-02-23T10:30:01Z",
"webhookId": "wh_abc123"
}Task created
Fired when a new task is created.
WEBHOOK
task.created
{
"event": "task.created",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"status": "pending",
"createdAt": "2026-02-23T10:30:00Z",
"placeId": "pl_abc123"
},
"timestamp": "2026-02-23T10:30:01Z",
"webhookId": "wh_abc123"
}Authorizations
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
Body
application/json
Response
200
Webhook received.