NotifyNow - sendSMS(String phoneNumber, String smsBody)
Sends an SMS message to an E.164-compliant mobile phone number.
Notify supports international numbers. Using this method with a number that does not support sending SMS messages results in an error being logged.
| Name | Type | Description |
|---|---|---|
| phoneNumber | String | The E.164-compliant phone number to send the message to. |
| smsBody | String | The message to send, maximum 1600 characters. |
| Type | Description |
|---|---|
| void |
new SNC.NotifyNow().sendSMS("+31612345678", "This is a message without source record");