Start a workflow segment.
cURL
curl --request POST \ --url https://api.simplex.sh/start_segment \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "workflow_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "segment_name": "<string>" }'
{ "succeeded": true }
Simplex API Key
The workflow ID.
The name of the segment to start.
Start segment response
Indicates if the action succeeded.
true
Was this page helpful?