Send SMS message asynchronously to a mobile number
Authentication
The API key should be passed in the request headers as api-key for authentication.
Request
Name of the sender. The number of characters is limited to 11 for alphanumeric characters and 15 for numeric characters
A recognizable prefix will ensure your audience knows who you are. Recommended by U.S. carriers. This will be added as your Brand Name before the message content. Prefer verifying maximum length of 160 characters including this prefix in message content to avoid multiple sending of same sms.
Type of the SMS. Marketing SMS messages are those sent typically with marketing content. Transactional SMS messages are sent to individuals and are triggered in response to some action, such as a sign-up, purchase, etc.
Webhook to call for each event triggered by the message (delivered etc.)
Content of the message. If more than 160 characters long, will be sent as multiple text messages. Mandatory if ‘templateId’ is not passed, ignored if ‘templateId’ is passed.