Skip to main content
WEBHOOK

Body

application/json

Case context and completed task identifiers

event
enum<string>
required

The type of event that triggered the webhook

Available options:
task_completed
Example:

"task_completed"

organisationId
string<uuid>
required

ID of the organisation that owns the resource

Example:

"123e4567-e89b-12d3-a456-426614174000"

sentAt
string<date-time>
required

Timestamp when the webhook was sent

Example:

"2024-01-15T10:30:00.000Z"

data
object
required

Event-specific data payload

Response

200

Return a 200 status to indicate that the webhook was received successfully