How to use Telegram as notification channel for application monitoring

Valerio Barbera

Hi, I’m Valerio, software engineer and CTO at Inspector.

I’m so happy to share with you the latest product update for Inspector Code Execution Monitoring platform 😊.

Telegram notification channel

Telegram is now available as a notification channel to receive alerts about the status of your application directly in your telegram chat on your phone.

You can activate the Telegram notification channel in two steps:

  • Retrieve the Telegram ID of users that want to use this channel;
  • Each user must start a chat with the Inspector bot.

How to get the Telegram user ID?

The steps are the same for desktop and mobile apps. First, open your Telegram app. Then, type “userinfobot” in your contacts search bar. If you can’t find this “profile”, try adding an “@” in front of the search query. When you’ve located @userinfobot, click or tap it. Then, select Start at the bottom of the chat.

By clicking Start, you’ve automatically entered “/start.” It will prompt the bot to display your user ID, as well as your selected first name, last name, and the language of choice.

Copy the value of the ID field and add it in the configuration screen of the notification channel.

Click Save or Enable channel in case of the first activation.

Start a chat with the Inspector bot

In order to be able to send you messages in your telegram app there must be an active chat with the bot.Open this link and click Start to start a chat: https://web.telegram.org/k/#@InspectorAlertBot

Now your monitoring system is connected with your Telegram account and you’ll receive alerts and notification directly in your phone in real-time.

Conclusion

Inspector offers many other notification channels like Slack, Microsoft Teams, Discord, Webhooks, and more. So you can connect your monitoring system to your work environment as easy as possible.

If you are an Inspector customer yet, thank you for being part of this journey 😀. Otherwise if you want help your team to monitor your applications in real-time, register your account for free now.

Or learn more on: https://inspector.dev/laravel

Related Posts

aws sqs in a large scale laravel application inspector

AWS SQS in a large scale application

In today’s article, I’m going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our typical bill for a month of AWS SQS usage: Before entering in the details of our system design

How to implement a reusable tooltip directive in Vuejs 3

Custom Tooltip Directive in Vuejs 3: Tutorial

Custom directives in Vuejs 3 are one of those things where there is no compatibility with the previous version of the framework.  Working on the new version of the Inspector frontend dashboard I had the need to show tooltips in many different points of the application. The goal was immediately to avoid duplicate code. Before

Why and how to create an Event Bus in Vuejs 3

Have you ever used an event bus in Vue 2 and don’t know how to recreate it in Vue 3? Since I’m working on the 2.0 version of my product’s UI (to be released in May) I’m publishing some technical tricks I learn migrating my application from Vuejs 2 to Vuejs 3. The current version