SMS
Group Bulk SMS
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/sms/group
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i> In our example, we will use message template id because we have already used message content when dealing with quick SMS</p>
<p class="alert-primary"><i class="las la-info-circle" style="font-size:24px"></i> _id is the id of the message sent. You can store this id somewhere to check the delivery status of your message. This id is also called campaign id</p>
<br>
<h3>Schedule Group Bulk SMS</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/sms/group
Path parameters
keystring required
Your enabled api key
Array of group ids eg. ['1', '2']
senderstring required
Sender ID of the message. Must be at most 11 characters
{"stackTrail":"paths:/sms/group:post:parameters:3:schema","oasType":"schema","type":"unknown"}
Message content
{"stackTrail":"paths:/sms/group:post:parameters:4:schema","oasType":"schema","type":"unknown"}
Message template id
is_scheduleboolean
Schedule flag. True means schedule message
{"stackTrail":"paths:/sms/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.