Skip to main content
WEBHOOK
task.updated
{
  "event": "<string>",
  "data": {
    "taskId": "<string>",
    "title": "<string>",
    "status": "<string>",
    "updatedFields": [
      "<string>"
    ]
  },
  "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.updated"
Example:

"task.updated"

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

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

webhookId
string
required
Example:

"wh_abc123"

Response

200

Webhook received.