v1

latestOpenAPI 3.0.12026-07-249297145.2 KB
Events

Generate event v3

Sends any backend <a href="https://docs.reteno.com/docs/sending-custom-events">events</a> from websites and mobile apps to our system. Secure for sensitive data.For sending frontend events, mobile apps should use <a href="https://docs.reteno.com/reference/integrating-your-app-with-reteno">SDK</a>.The request example is available <a href="https://docs.reteno.com/reference/subscriptionstarted-event-example">at the link</a>.<ul><li><b>NOTE:</b> The maximum size of event data in the request body is <b>20 KB</b>.</li></ul>

post/api/v3/event

Request body

eventTypeKeystring required

Unique identifier for the event type, e.g., PageViewed. <a href="https://docs.reteno.com/docs/validating-event-parameters#eventtypekey">Read more...</a>

paramsobject

An objects — key-value pairs containing contact identifiers (required) and event-specific parameters (optional).<a href="https://docs.reteno.com/docs/validating-event-parameters#params">Read more...</a>

Example request

{
  "eventTypeKey": "EventName"
}