Voice
Group Bulk Voice Call
Send SMS to clients/contacts using groups you created earlier which has contacts in them
<strong>HTTP Request</strong>
POST https://api.mnotify.com/api/voice/group
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i>In our example, we will use voice id because we have already used voice file when dealing with quick bulk voice call</p>
<br>
<h3>Schedule Group Bulk Voice Call</h3>
When scheduling quick SMS, you must set is_schedule to true and include the date and time in schedule_date payload in the format YYYY-MM-DD hh:mm.post/voice/group
Path parameters
keystring required
Your enabled api key
campaignstring required
The title of your bulk voice call campaign
Array of phone numbers eg. ['0241234567', '0201234567']
{"stackTrail":"paths:/voice/group:post:parameters:3:schema","oasType":"schema","type":"unknown"}
Your voice file in any format eg. mp3,wav etc
voice_idstring required
Your voice id when you already have a voice used before
is_scheduleboolean
Schedule flag. True means schedule message
{"stackTrail":"paths:/voice/group:post:parameters:6:schema","oasType":"schema","type":"unknown"}
date and time in YYYY-MM-DD hh:mm if is_schedule is true
Response
Success
Changes
No recorded changes to this endpoint across all 1 revision of this API.