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

Edit Notification Google Sheets through Telegram

function smd() {
var ss = SpreadsheetApp.getActiveSheet();
var range = ss.getRange("B65:E65");
var vv=range.getValue();
var v = +PropertiesService.getScriptProperties().getProperty('v');
if (vv!=v)
{
PropertiesService.getScriptProperties().setProperty('v', +vv);
UrlFetchApp.fetch('https://api.telegram.org/bot332219102:AAG2r-0Dj5WBiz2BmB5jJdQHI__cRTC0WgE/sendMessage?chat_id=369189676&text=TID '+vv);
}
}


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

Share the post

Edit Notification Google Sheets through Telegram

×

Subscribe to Smartmanoj

Get updates delivered right to your inbox!

Thank you for your subscription

×