Alert type – SMS
Send an SMS to a list of recipients.
{ "version": "latest", "apiKey": "abcdefghijklmnopqrstuvwxyz", "clientRef": "abcd-efgh", "alert": [ { "alertType": "sms", "tag": "t1", "content": "This is an SMS", "contentEncoding": "utf8", "sender": "+447777100100", "recipients": [ "+447777100100", "+447777100101", "+447777100102" ] } ] }