Description
This endpoint allows you to trigger a Transflow automation workflow. You can pass custom data to the workflow and optionally run it in draft mode for testing.
Your API key for authentication.
Your workspace ID for authentication.
Path Parameters
The unique identifier of the workspace where the Transflow is configured.
The unique identifier of the Transflow workflow to trigger.
Query Parameters
Whether to run the workflow in draft mode. Default: false. Use true for testing workflows.
Body
Custom data object to pass to the Transflow workflow. The structure depends on your workflow configuration.
Optional record ID to associate with the workflow execution.
Optional contact ID to associate with the workflow execution.
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.
200-Success
400-Bad Request
{
"status" : true ,
"message" : "Transflow triggered successfully" ,
"request_id" : "req_1234567890"
}