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": "in_progress", "timestamp": "2023-08-03T09:04:12.000Z", "caller_id": "13123310912", "contact": "16729923812" } }
The Wavix’s Visual Campaign builder allows you to create custom scenarios for outbound calls using an intuitive, drag-and-drop user interface.
Use this method to trigger automatic calls that are programmed to follow your specific scenario.
Bearer token using appid (Authorization: Bearer )
Trigger an automatic call request
Show child attributes
A launched voice campaign object
Was this page helpful?