Twilio · Arazzo Workflow
Twilio Inspect a Call and Hang It Up If Live
Version 1.0.0
Fetch a call by SID and, when it is still in progress, update it to completed to end the call.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
end-active-call
Hang up a call only if it is still live.
Fetches a call by SID and conditionally updates it to completed to end the call when it is in progress or ringing.
1
fetchCall
fetchCall
Fetch the call by SID to read its current status.
2
hangUp
updateCall
Update the live call with a completed status to hang it up.