cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
397
Views
0
Helpful
2
Replies

Unity Connection and Twillio integration for SMS notification

speakip
Level 1
Level 1

Trying to get users notify when they get voicemail by SMS.

As anyone implemented Unity Connection to send SMS notification when email is received?  Was thinking about something like Unity sending API call to Twillio SMS gateway to SMS to user mobile. Any  input?

 

 

2 Replies 2

b.winter
VIP
VIP

Just relay the voicemail as an email with audio-file as an attachment to the user's email-account.
Then the get a notification on the phone via the email app and can also listen to the file directly on the phone.

But if you want to have more info about any API implementations, you better look in the DevNET forum.

Thx for the reply. They're getting the voicemail to email right now. We'd like to also send an SMS notification to their mobile. I will check the DevNET forum to see if there is a way to send an API call to Twillio for SMS notification. Thanks again.