Vapi · Arazzo Workflow
Vapi Outbound Call Then Cost Analytics
Version 1.0.0
Place an outbound call, poll it to completion, then query call analytics for cost and duration.
View Spec
View on GitHub
AIVoice AIVoice AgentsConversational AITelephonyReal-TimeTranscriptionText-to-SpeechLLMAgentsMCPArazzoWorkflows
Provider
Workflows
call-then-analytics
Run an outbound call and then aggregate its cost and duration via analytics.
Creates an outbound call from an existing assistant and number, polls it to a terminal state, then queries the analytics endpoint for summed cost and duration over the supplied time range.
1
createCall
CallController_create
Place the outbound call from the existing assistant and number.
2
pollCall
CallController_findOne
Read the call status and branch: loop while still active, continue to analytics once the call has ended.
3
queryAnalytics
AnalyticsController_query
Query the analytics endpoint to aggregate total cost and call duration over the reporting window.
Source API Descriptions
openapi