SMS

Quick Bulk SMS

Send SMS to clients/contacts using contacts that you have without storing in any group first.

<h3>HTTP Request</h3>
POST https://api.mnotify.com/api/sms/quick
<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 Quick Bulk SMS</h3>

When scheduling quick SMS, you must set <code>is_schedule</code> to <code>true</code> and include the date and time in <code>schedule_date</code> payload in the format <code>YYYY-MM-DD hh:mm</code>.

</p> <p class="alert-warning"> <i class="las la-exclamation-triangle" style="font-size:24px"></i> Do not include the <code>sms_otp</code> field in the payload unless the message blast is specifically for OTP purposes. Including it unnecessarily may cause validation errors or unintended behavior. </p> <p class="alert-warning"> <i class="las la-exclamation-triangle" style="font-size:24px"></i> When <code>sms_type: "otp"</code> is included in your payload, a charge of <strong>0.035 per campaign</strong> will be deducted from your main wallet. </p>
post/sms/quick

Path parameters

keystring required

Your enabled api key

{"stackTrail":"paths:/sms/quick:post:parameters:1:schema:items","oasType":"schema","type":"unknown"}

Array of phone numbers eg. ['0241234567', '0201234567']

senderstring required

Sender ID of the message. Must be at most 11 characters

{"stackTrail":"paths:/sms/quick:post:parameters:3:schema","oasType":"schema","type":"unknown"}

Message content

is_scheduleboolean

Schedule flag. True means schedule message

{"stackTrail":"paths:/sms/quick:post:parameters:5:schema","oasType":"schema","type":"unknown"}

date and time in YYYY-MM-DD hh:mm if is_schedule is true

sms_typestring

type of the sms blast

Response

Success

statusstring
codestring
messagestring
summaryobject

Changes

No recorded changes to this endpoint across all 1 revision of this API.