Twilio · Arazzo Workflow
Twilio Place a Call and Record It
Version 1.0.0
Start an outbound call, begin recording the in-progress call, then fetch the recording resource.
View Spec
View on GitHub
AuthenticationCommunicationsContact CenterEmailIoTMessagingPhoneSMST1VerificationVideoVoiceArazzoWorkflows
Provider
Workflows
record-active-call
Call, start a recording on the live call, and verify the recording.
Creates a call, starts a call recording, and fetches the resulting recording resource to confirm its status.
1
makeCall
createCall
Initiate the outbound call that will be recorded.
2
startRecording
createCallRecording
Start recording the in-progress call identified by the call SID.
3
fetchRecording
fetchRecording
Fetch the recording resource by SID to confirm it exists and read its current status.