cURL
curl --request POST \ --url https://api.wavix.com/v1/voice-campaigns \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "voice_campaign": { "callflow_id": 3212, "caller_id": "13123310912", "contact": "16729923812", "callback_url": "https://you-site.com/webhook" } } '
{ "voice_campaign": { "id": 2321423, "status": "status", "timestamp": "2023-06-15T10:30:00Z", "caller_id": "org_123", "contact": "contact" } }
Triggers an outbound call based on a pre-configured scenario.
Documentation IndexFetch the complete documentation index at: https://docs.wavix.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.wavix.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token using appid (Authorization: Bearer )
Scenario configuration.
Show child attributes
Voice campaign launched.
Was this page helpful?
Contact support