API
Access all the documentation of our API.
sendSMS(string auth_token,JSON messages)
Parameters
auth_token (string)
Your client authentication token
messages (JSON)
A list of JSON objects containing the sender, the phone, and the message to be sent to each subscriber. Example: [ { "recipient": "+34634534XXX", "body": "message test", "sender": "Your company" }, { "recipient": "+34634534XXX", "body": "message test", "sender": "Your company" } ]
Return value
JSON