{
"event": "task.completed",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"placeId": "pl_abc123",
"generationId": "an_g7h8j9k0",
"complianceScore": 87.5
},
"timestamp": "2026-02-23T14:00:00Z",
"webhookId": "wh_abc123"
}Task completed
Fired when a task is marked as completed.
WEBHOOK
task.completed
{
"event": "task.completed",
"data": {
"taskId": "tsk_xyz789",
"title": "Check Coca-Cola facing at Walmart #4523",
"placeId": "pl_abc123",
"generationId": "an_g7h8j9k0",
"complianceScore": 87.5
},
"timestamp": "2026-02-23T14: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.