Skip to main content
WEBHOOK
tasks_completed
{
  "type": "TASKS_REQUEST_COMPLETED",
  "content": {
    "business_id": "biz_2xPQDLmNeWsrahR4bj3oGc9i6Nb",
    "timestamp": "2024-01-15T10:30:00Z"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when all tasks for a business are completed.

type
string
required

The type of webhook event

Allowed value: "TASKS_REQUEST_COMPLETED"
content
TasksCompletedEventContent · object
required

The event payload

Response

Successful Response