Inbound CRM webhook
Records a single event delivered by an inbound webhook, authenticated by
the write key. When the workspace has a webhook signing secret, the request
must also carry a valid X-Signature header (hex HMAC-SHA256 of the raw
body).
Request
This endpoint expects an object.
event_id
Unique event ID (ULID)
event_name
Event name (page_view, order_completed, etc.)
event_time
Event timestamp (Unix seconds)
anonymous_id
Anonymous visitor ID
schema_version
Schema version
user_id
Known user ID after identify
traits
User traits (email, phone, etc.)
context
Event context.
consent
Google Consent Mode v2.
properties
Event properties
test_mode
Whether event is in test mode
Response
Successful Response
ok
event_id
duplicate
Errors
422
Unprocessable Entity Error