The SendSingleSMSMessage method can be used to send a single SMS message to a contact in your dotMailer account.
Guidance Notes
If you do not have sufficient credit in your dotMailer account then the send will fail.
Parameters
| username |
string |
This is the username from your API key. It is in the format of an email address and will look similar to apiuser‑908709770324@apiconnector.com |
required |
| password |
string |
This is the password from your API key. |
required |
| telephoneNumber |
string |
The telephone number to send the SMS to. |
required |
| message |
string |
The message that you would like to send. |
required |
Return values
None.