Trigger Sendflow
Sendflow
Trigger Sendflow
Trigger a Sendflow automation workflow
POST
Trigger Sendflow
Documentation Index
Fetch the complete documentation index at: https://docs.zixflow.com/llms.txt
Use this file to discover all available pages before exploring further.
Description
This endpoint allows you to trigger a Sendflow automation workflow. You can pass recipient information (phone and email) and custom variables to the workflow, and optionally run it in draft mode for testing.Headers
Your API key for authentication.
Your workspace ID for authentication.
Path Parameters
The unique identifier of the Sendflow workflow to trigger.
Query Parameters
Whether to run the workflow in draft mode. Default: false. Use true for testing workflows.
Body
Recipient information for the workflow. Contains fixed phone and email fields.
Key-value pairs for template variables. Keys should match the variable names in your Sendflow workflow, and values will replace the placeholders.
Request Example
Response
Indicates whether the call was successful. true if successful, false if not.
Success or error response message.
The unique identifier for this workflow execution request. Use this ID to stop the workflow if needed.