Skip to main content
WEBHOOK
webhook.test
{
  "type": "<unknown>",
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": {
    "triggered_by": "dashboard",
    "triggered_at": "2023-11-07T05:31:56Z",
    "message": "<string>"
  }
}

Body

application/json
type
any
required
id
string<uuid>
required

Equal to the webhook-id HTTP header. Stable across retries — use for receiver-side deduplication.

timestamp
string<date-time>
required

Event time (when the business action happened), set once at publish and replayed on retries. NOT the dispatch time — that lives in the webhook-timestamp HTTP header and is recomputed per send.

data
object
required

Response

200

Receiver acknowledged.