Saturday, January 18, 2025
API KEY
HomeGoogle Apps Scriptครบ จบ ส่งทุกอย่างเข้า Line Notify

ครบ จบ ส่งทุกอย่างเข้า Line Notify

ครบจบรวมไว้ที่เดียวโค้ด Google App Script ส่งข้อความ สติ๊กเกอร์ รูปภาพ และกราฟ เข้า Line Notify

//www.dek-com.com

function sendLine(message, token, stickerPackageId, stickerId, image) {
  var options =
  {
    "method": "post",
    "payload":
    {
      "imageFile": image,
      "imageThumbnail": image, // max size 240x240px JPEG
      "imageFullsize": image, //max size 1024x1024px JPEG
      "message": message,
      "stickerPackageId": "" + stickerPackageId + "",
      "stickerId": "" + stickerId + ""
    },
    "headers": { "Authorization": "Bearer " + token }
  };
  UrlFetchApp.fetch("https://notify-api.line.me/api/notify", options);
}

//เด็กคอม
RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
คอร์สเรียนออนไลน์

Most Popular

Recent Comments