Twilio · Arazzo Workflow
Twilio Make a Call and Track Its Status
Version 1.0.0
Place an outbound call with a TwiML URL, then fetch the call resource to follow its progress.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
make-call-track-status
Initiate an outbound call and observe its final status.
Creates a call via the Twilio REST API and then fetches the call by SID, branching to completed or failed terminal states.
1
makeCall
createCall
Initiate the outbound call from the Twilio caller ID to the destination, using the supplied TwiML URL to control the call flow.
2
checkCall
fetchCall
Fetch the call by SID to read its current status. Poll this step until the call reaches a terminal status.