HTTP POST request sent to your registered webhook URL when a
tracking event occurs. Verify the signature using the
Cula-Signature header and your webhook secret (HMAC-SHA256).
Documentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as a Bearer token. Keys are scoped to one organisation and a set of permitted sites. Two keys per scope (primary + secondary) are issued to support zero-downtime rotation.
Authorization: Bearer <api-key>The payload Cula sends to your webhook URL when a tracking event
occurs. Verify the Cula-Signature header using HMAC-SHA256 with
your webhook secret.
Unique event ID.
"evt_01kqzcjrpyf27tgesnxf1hhqqw"
Event type in resource.action format.
"incoming_delivery.created"
When the event occurred (UTC).
"2026-05-06T19:34:00Z"
The affected resource. Contains at minimum id and
external_id of the resource that triggered the event.
Delivery attempt number (starts at 1, increments on retry).
1
The request ID that caused this event, if applicable.
"req_01kqzcjrpyf27tge33jwvjhkff"
Event received successfully. Any 2xx status acknowledges receipt.