Execute Single

Execute a workflow for a single phone number

Authentication

x-api-keystring
API Key authentication via header

Path parameters

workflowDefinitionIdstringRequired
ID of the workflow definition to execute
phoneNumberstringRequired
Phone number of the customer to execute the workflow for

Headers

x-smobi-teststringRequired

Request

Single workflow execution request
variablesobjectOptional
Optional variables for the workflow execution
settingsobjectOptional
Workflow execution settings including channel overrides

Response

Single workflow execution result
successboolean
Whether the execution was successful
executionIdstring or null
Generated workflow run ID
errorstring or null
Error message if execution failed
errorCodeenum or null
Error code if execution failed
detailsobject or null
Additional error details

Errors