Execute Family

Execute the current version of a workflow family for a single phone number

Authentication

x-api-keystring
API Key authentication via header

Path Parameters

workflowFamilyIdstringRequired

ID of the workflow family to execute (will execute the current version)

phoneNumberstringRequired
Phone number of the customer to execute the workflow for

Request

Family workflow execution request
variablesobjectOptional
Optional variables for the workflow execution. The workflow family's current version will be executed.
settingsobjectOptional
Workflow execution settings including channel overrides

Response

Family workflow execution result
successboolean
Whether the execution was successful
executionIdstring or null
Generated workflow run ID
channelstring or null

Channel that will be used for message delivery (RCS, SMS, or MMS)

errorstring or null
Error message if execution failed
errorCodeenum or null
Error code if execution failed
detailsobject or null
Additional error details

Errors