Alarm pipelines to telegram group

Dear friends good morning

I am developing an application using Telegram to issue alarm notifications through the alarm pipeline

My intention is through a Telegram Bot (previously done) to manage alarms to a group of users also in telegram (previously done) but I can’t connect Ignition (Perspective) with Telegram to emit the alarms.

Have any of you had experience doing this type of application?

If you want first-class integration with alarm notification, you’ll need a custom module. If Telegram’s API is anything like Slack’s, you might be able to adapt this example:

If you don’t want to go down that road, you might be able to use a script block and system.net.httpClient() to directly invoke Telegram/your bot’s API.