v1
latestOpenAPI 3.0.12026-07-249297145.2 KBDeprecated
Generate past events V1
The method is used for transferring the available event data from your CRM or other data store to our system.<br/>The workflows are not launched for these events. You can send up to 500 events per a request.<br/><a href="https://docs.reteno.com/docs/sending-past-events">Learn more.</a>
post/api/v1/past_events
Request body
Example request
{
"events": [
{
"eventTypeKey": "orderCreated",
"keyValue": "John@yourcompany.com",
"occurred": "2023-03-22T14:30"
}
]
}