v1
latestSwagger 2.02026-07-13333.2 KBBulk 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