Rahardyan

Line BOT

Aug 4th, 2017
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function Cron_1() { // nama function yang akan ditampilkan pada list cron yaitu "Cron_1"
  2. var url = "PASTE_YOUR_URL_HERE",
  3. opt = {
  4. "method": "GET", // settingan ini khusus pada method GET
  5. "payload": {
  6. },
  7. "muteHttpExceptions": true,
  8. "followRedirects" : true,
  9. };
  10. UrlFetchApp.fetch(url,opt);
  11. }
Add Comment
Please, Sign In to add comment