Written by

Sr Developer at Five Points Technology Group
Question Jerry Petrole · Nov 15, 2023

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

Comments

Eduard Lebedyuk · Nov 15, 2023

I'm using AWS SNS (via Embedded Python) to send notifications by SMS.

0
Stephen Canzano · Nov 15, 2023

if you are already using Twilio they have a simple REST API that you could invoke while in IRIS.

0
André-Claude Gendron · Nov 15, 2023

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).

0