SMS Texting solutions
I'm looking for an SMS Texting solution that will implement easily with IRIS. Our company uses Twilio for our .Net applications but I'm hoping there might be something else available. If anyone has experience with this please let me know!
Best,
Jerry
Product version: IRIS 2019.1
Discussion (4)3
Comments
I'm using AWS SNS (via Embedded Python) to send notifications by SMS.
if you are already using Twilio they have a simple REST API that you could invoke while in IRIS.
We are sending SMS to Twilio through a generic http operation in an Ensemble Production. Works well. We wrote a simple Process that catches HTTP 429 errors (their API documentation has a requirement about this).