Written by

Question Nezla · Mar 21, 2023

Sending SMS notifications

Hi Guys,

Is there a sample on how to send notifications via sms ? do we need an smtp sever or a external plugin in..etc?

 

Thanks

Product version: Ensemble 2014.1

Comments

David Hockenbroch · Mar 21, 2023

You can send texts through SMTP if you know the SMS gateway for the service provider. Several of these should be preconfigured on your instance of Cache or IRIS under System Administration, Security, Mobile Phone. You use the phone number @ that server as the email address to send to. For instance, if the phone number was 999-999-9999 and it was on AT&T, you'd send the email to 9999999999@txt.att.net.

So that's one way to do it, but I'm sure there are better ones.

0
Stephen Canzano · Mar 21, 2023

I've integrated in the past with 

  • twilio.com
  • bandwidth.com
0
Matjaz Murko · Mar 21, 2023

Hi.

I'm using modem on COM port and appropriate AT commands.

Regards,
Matjaž

0
Alexander Pettitt · Mar 21, 2023

Not sure how critical the notifications are in your use case but there have been some massive SMS gateways outages.

An on premise SMS device would also send messages when the connection to the internet down.

0