Inbound integration event
Records a single event delivered by an integration (Shopify, an inbound webhook, …), authenticated by that integration’s own write key.
A first-party SDK write key (not tied to an integration) is rejected here —
it belongs on /track / /batch.
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