Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Create Google Sheet and Google Form Alert Notification to Telegram

Tags: google
function smd() {
var ss = SpreadsheetApp.getActiveSheet();
var range = ss.getRange("A!B63:E63");
var vv=range.getValue();
var v = +PropertiesService.getScriptProperties().getProperty('v');
Logger.log(v+vv);
if (vv!=v)
{
PropertiesService.getScriptProperties().setProperty('v', +vv);
UrlFetchApp.fetch('https://api.telegram.org/bot332219102:AAG2r-0Dj5WBiz2BmB5jJdQHI__cRTC0WgE/sendMessage?chat_id={}&text=TID A '+vv);
}
}
Get Chat ID
Create a trigger


This post first appeared on SMARTMANOJ, please read the originial post: here

Share the post

Create Google Sheet and Google Form Alert Notification to Telegram

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×