messaging
0.1 credits per request
Send an SMS.
fromstring
who is the message from? The message will be suffixed with "Sent from <from>"
messagestring
the main body of the message to send
tostring
the destination phone number including the international dialling code (e.g. +44)
infostring
any additional info
statusstring
will return "ok" if successful
Request
Response
{
"status": "ok"
}