Name | Type | Description | Notes |
---|---|---|---|
sender | string | Name of the sender. Only alphanumeric characters. No more than 11 characters | |
recipient | string | Mobile number to send SMS with the country code | |
content | string | Content of the message. If more than 160 characters long, will be sent as multiple text messages | |
type | string | 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. | [optional] [default to 'transactional'] |
tag | string | Tag of the message | [optional] |
webUrl | string | Webhook to call for each event triggered by the message (delivered etc.) | [optional] |