Skip to main content
WEBHOOK

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.created"
Example:

"task.created"

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

"2026-02-23T10:30:01Z"

webhookId
string
required
Example:

"wh_abc123"

Response

200

Webhook received.