Skip to main content
WEBHOOK
task.completed
{
  "event": "<string>",
  "data": {
    "taskId": "<string>",
    "title": "<string>",
    "placeId": "<string>",
    "generationId": "<string>",
    "complianceScore": 50
  },
  "timestamp": "2023-11-07T05:31:56Z",
  "webhookId": "<string>"
}

Authorizations

Authorization
string
header
required

API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...

Body

application/json
event
string
required
Allowed value: "task.completed"
Example:

"task.completed"

data
object
required
timestamp
string<date-time>
required
Example:

"2026-02-23T14:00:00Z"

webhookId
string
required
Example:

"wh_abc123"

Response

200

Webhook received.