Bulk SMS
Send Bulk SMS to multiple recipients using D7 SMS Gateway
post/sendbatch
Headers
Content-Typestring required
Acceptstring required
Request body
Example request
{
"messages": [
{
"to": [
"971562316353",
"971562316354",
"971562316355"
],
"content": "Same content goes to three numbers",
"from": "SignSMS"
}
]
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.