Chord Commerce Event Tracking
Server Events
Overview
4 min
in addition to client events, customers may send server events to chord these events will be processed by the chord cdp and forwarded onto connected destinations, just like client events server events provide an http endpoint for backend systems to send ad hoc events or webhooks the examples below show the data required for each event to be correctly processed by chord customers using shopify or chord oms have their server events automatically routed to chord cdp these documents are for customers using a non shopify/non chord oms or want to customize the data sent to chord endpoint the url to send server events to depends on the type of event being sent track https //production cdp ingest chord co/api/s/s2s/track identify https //production cdp ingest chord co/api/s/s2s/identify authorization each request must include a x write key http header with a valid write key this key is used to authorize connections into chord please contact chord to receive your server write key automatic properties when an event is ingested, the properties below are added automatically to the payload there is no need for customers to include these values, however they can be overridden by equivalent properties in the request payload if required { , "timestamp" "2024 01 01t00 00 00 000z", "requestip" "2604 3d09 1180 1581 3c4a\ bc9d 8027\ a450", "context" { }, "receivedat" "2025 09 12t19 04 50 541z", "messageid" "0c43c13c 692b 46c6 9152 3962871b1009" }