v1
latestOpenAPI 3.0.12026-07-249297145.2 KBDeprecated
Generate events v1
The method is used for generating events in the account to be used for starting a workflow or being taken into account for segmentation.<br/>Max. size of content for events sent in the request body is 20 kB.
post/api/v1/event
Request body
Example request
{
"eventTypeKey": "abandonedCart",
"keyValue": "contact@mail.com",
"params": [
"discount",
"12%"
]
}