Skip to main content
WEBHOOK

Body

application/json

Information about the newly created case

event
enum<string>
required

The type of event that triggered the webhook

Available options:
case_created
Example:

"case_created"

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