EVENTS
Trigger an Event
API to pass an event, which in turn triggers workflows where that event is defined as the trigger.
POST
Trigger an Event
Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
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
Example:
"OK"
Previous
List MessagesRetrieve a paginated list of messages in a workspace order by created_at desc. Can be used to fetch and show message logs on the platform.
Next
Trigger an Event