Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.02 KB

SendTransacSms.md

File metadata and controls

15 lines (11 loc) · 1.02 KB

SendTransacSms

Properties

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

[Back to Model list] [Back to API list] [Back to README]