Subscribed Notifications and Notify/Twilio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2019 07:10 AM
We're preparing to implement Twilio for SMS messaging that will hopefully be more reliable then the current mess that is email to SMS service. One of our main use cases is allowing interested individuals to subscribe to P1 Notifications. Maybe I'm missing something, but it doesn't appear that there is a notification channel dedicated to Twilio SMS? Are there any solutions out there for subscribing to notifications, or adding filters, schedules, turning notifications on/off that would go through Twilio instead of email to SMS?
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2019 08:23 AM
Hi Chris,
Configure Notify to use the Twilio telephony service.
Before you begin
Role required: notify_admin
Procedure
- Navigate to Notify > Administration > Twilio Direct Configuration.
- On the Twilio Account Properties page, enter your Account SID.
- Enter your Auth Token.
- Click Connect.
If the account is not associated with an instance and the connection is successful, a read-only list of E.164 and short code phone numbers associated with this Twilio account appears. This list displays the phone number, supported capabilities such as voice or SMS, the country for each Twilio number, and the Notify number group to which the number belongs.If the account is already associated with an instance, the system displays an error message. To connect to this account,
- Disconnect the account from the instance.
- Delete the TwiML apps in the Twilio account.
Note: If you buy or release numbers on the Twilio account, open the configuration page again to refresh the list of numbers. Numbers removed from the Twilio service remain as Notify Number records, but with the Active field set to false. Use only active phone numbers for inbound or outbound communication.
What to do next
-
- Twilio-Direct callback testing
Make an outgoing call or send an SMS using Twilio and trigger callbacks to ServiceNow, to test whether Twilio can reach the instance. You can also view when the last callback test was run, its status, and the test logs.
- Twilio-Direct callback testing
For Advanced SMS features see the following:
Advanced configuration for SMS
Use the Twilio copilot features to improve SMS delivery with phone number like using multiple numbers to send high-volume messages and content intelligence to automatically format every message without writing custom code. Reach large lists of users with one API request.
Before you begin
About this task
Reach customers over SMS and push notifications. Use the passthrough sendBulkSMS API to reach large number of users across using a single API request. For more information on these features visithttps://www.twilio.com/notify
Procedure
- Navigate to Notify > Administration > Twilio Direct Configuration.
- On the Twilio Account Properties page, enter your Account SID.
- Enter your Auth Token.
- Click Connect.
- On the Advance SMS Features tab, check the Intelligent SMS Handling box.
- On the Advance SMS Features tab, check the Twilio Notify Bulk SMS box.
Note: This feature uses Twilio Notify feature and might have an associated cost. Contact Twilio Support for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2019 05:52 AM
Thanks for the info, but that doesn't really answer the question.
I pictured Twillio as an additional notification channel that could be opted in by a user creating it. Only a select notifications would be available for that channel type, added by default when the user creates the channel, but they could opt out of them by adjusting their notification preferences, or apply filters to them.
There may be a way using a new SMS Service Provider with an Advanced Script to get me some of this functionality it looks like, just not what I would expect.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2020 05:58 AM
I'm curious if you ever determined the best way to handle this. I'm looking for the same thing!