The Twilio Notify channel allows RPI to create a connection to a Twilio account using the Notify feature, which orchestrates notifications over SMS, push, and messaging apps. The channel is used to carry out broadcasts to interested subscribers.
A Twilio Notify channel exposes the following channel-specific fields:
• Account SID: this mandatory text property allows you to specify a 34-character string ID, which identifies the Twilio account or subaccount that the channel will use.
• Authorization token: this mandatory text property allows you to specify the account SID's authorization token.
• Service ID: mandatory text property allows you to specify the Twilio Notify service ID to be used by the channel.
• Send msg as entire JSON payload: as Azure Notification channel.
• Notification lifetime: as Azure Notification channel.
• Tags: as Azure Notification channel.
• High priority: this checkbox, which is unchecked by default, allows you to define notifications as high priority. High priority notifications are sent immediately and can wake up sleeping devices.
The following property is exposed at the Advanced tab:
• Enable trace: if checked, API requests and responses will be logged at offer execution using the channel.
Note the following message, displayed when the property is checked:
Note that calls made to the Twilio API use port 443.