Of course. Sending notifications from a Google Sheet to Telegram is an excellent and very popular alternative, especially since it doesn't have the same kind of administrator restrictions that Google Chat sometimes does. You will need to use a "Telegram Bot." This isn't a complex program; it's just an automated Telegram account that your Google Apps Script can send messages to. The bot will then post those messages into your desired group or channel. The process involves three main parts: Create a Telegram Bot and get its API Token. Get the Chat ID of the group or person you want to send messages to. Update your Google Apps Script to send the notification to Telegram's API. Here is a full step-by-step guide. Step 1: Create Your Telegram Bot and Get the API Token You will use a special bot called "BotFather" to create your own bot. Open Telegram (on your phone or desktop app). In the search bar, type BotFather and select the official one with th...