Modern day alerting

I am looking to alert on some bool’s. I would rather not do email alerts as these can be missed easily.

I see that 8.3 has this:

If sending to WhatsApp, are there any other 3rd party API etc costs to enable this?

Customer is currently on 8.1.35, but I have plans on moving to 8.3 circa Q2 ‘26 to get the enhanced Siemens driver talking so some 1200 and 1500’s they have on site.

Yes, the Twilio module requires that you have a Twilio account set up, and you'll be billed whatever Twilio charges for usage whether it's SMS or WhatsApp.

1 Like

Twilio charges, but it's pretty dang cheap.

1 Like

Using the WebDev module or some other implementation method along with some Webhook URLs can be a good alternative. For instance, we use Microsoft Teams chat webhooks for some alerts at work.

Edit: You could even call a webhook URL using system.net.httpPost.

Thanks, but no thanks. I’m on a mission to move away from MS, not embed it even deeper!

2 Likes