The Twilio Notify Direct 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 send messages directly to specific message recipients.
A Twilio Notify Direct channel exposes the following channel-specific fields:
• User’s identity: an attribute, which contains data to uniquely identify message recipients. One of this property or Tags must be provided.
• User’s tag: an attribute, which contains details of the tags to which a potential message recipient has subscribed. One of this property or User’s identity must be provided.
• 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.
• High priority: as Twilio Notify channel.
• Enable trace: if checked, API requests and responses will be logged at offer execution using the channel.
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.