How to send SMS message to a smartphone using Twilio connector
To send SMS message to a smartphone using Twilio connector:
- Open Designer interface,
- Go to the Connectors page, click Add Connector, and select Twilio.
- Enter a name for your connector,
- Enter Account Sid. You can find your account id on the Twilio console.
- Enter Auth token. You can find your account id on the Twilio console.
- Enter From Number Static Value which is the phone number of the recipient that will receive the SMS messages. Note that you need to purchase an SMS capable phone number from Twilio to be able to send SMS messages.
- Select To Number Type. This property defines whether the recipient number is to a be static phone number, or retrieved dynamically from a Single Named Range (SNR).
- Select Body Type. This defines whether the contents of the Twilio message are to be static or retrieved dynamically from a Single Named Range (SNR).
- Go to User Interface module, add Action button.
- Add ‘Send an SMS (Twilio)’ event to the Action Button.
- Finally, publish your application.