SendSMS

Send SMS to recipients using D7 SMS Gateway

post/send

Headers

Content-Typestring required
Acceptstring required

Request body

tointeger required

Destination Mobile Number

fromstring required

Sender ID / Number

contentstring required

Message Content

Example request

{
  "to": 971562316353,
  "from": "SignSMS",
  "content": "Send single SMS Testing"
}

Response

OK

Changes

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