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.
This endpoint requires authentication.
POST /voice_campaigns
curl -X POST \
--url 'https://api.wavix.com/v1/voice_campaigns?appid=appid' \
-H 'Accept: application/json'\
-H 'Content-Type: application/json' \
--data-raw '{
"callflow_id": 8282,
"caller_id": "1234567890",
"contact": "1234567890"
}'