Events
Create
This endpoint streams events to Upmarket
POST
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
default:"xxxxxxxxxxxxxxxxxxx"
required
This is the API Key you generated from Upmarket.
Body
string
required
Id of the Journey this event is associated with.
string
required
The customer this event is associated with.
string
required
This is the Event Id that you’re streaming to Upmarket. An example of an
event_id is sign_up.string
Add custom variables to stream to Upmarket.
Response
string
Indicates that the event was saved successfully

