EVENTS
Trigger an Event
API used to pass event which can then be used to trigger workflows created on SuprSend dashboard
POST
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Body
application/json
distinct_id of recipient who should receive the notification
string identifier for the event like product_purchased
Properties are used to render template or workflow variables in the trigger.
string identifier of the tenant this event is associated with
Idempotency key (valid for 24hours)
Response
202 - application/json
202 - Accepted
The response is of type any
.
Was this page helpful?