Trigger Workflow
Unified API to trigger workflow
Authorizations
Pass as Bearer <API_KEY>
. Get API Key from SuprSend dashboard Developers -> API Keys section.
Body
You can get workflow slug from workflow settings on SuprSend dashboard.
List of recipients to be notified. You can either add recipient as array of distinct_ids or array of recipient objects. You can add upto 100 recipients in a single API.
Notify user
Includes distinct_id and properties of the user who performed the action. You can use it for cross-user notifications. Actor properties can be added as $actor.<prop>
.
variable data required to render dynamic template content or workflow properties like dynamic delay or channel override in send node.
string identifier of the tenant/tenant this workflow is associated with. Used to trigger multi-tenant notifications
Idempotency_key (valid for 24hrs)
Response
All workflow requests will be accepted as long as the API request is correct. To verify if the execution was successful, check the 'Requests' tab under the 'Logs' section on the SuprSend dashboard.
"success"
Was this page helpful?