Events
Create
This endpoint streams events to Upmarket
POST
/
events
/
create
Every Event streamed to Upmarket must include a customer_id, and journey_id.
To get the customer_id
, use the customers/initialize endpoint.
journey_id
Get the journey_id from UpmarketHeader
This is the API Key you generated from Upmarket.
Body
Id of the Journey this event is associated with.
The customer this event is associated with.
This is the Event Id that you’re streaming to Upmarket. An example of an event_id
is sign_up
.
Add custom variables to stream to Upmarket.
Response
Indicates that the event was saved successfully