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
workflowFamilyId
ID of the workflow family to execute (will execute the current version)
phoneNumber
Phone number of the customer to execute the workflow for
Request
Family workflow execution request
variables
Optional variables for the workflow execution. The workflow family's current version will be executed.
settings
Workflow execution settings including channel overrides
Response
Family workflow execution result
success
Whether the execution was successful
executionId
Generated workflow run ID
channel
Channel that will be used for message delivery (RCS, SMS, or MMS)
error
Error message if execution failed
errorCode
Error code if execution failed
details
Additional error details
