Skip to content

Instantly share code, notes, and snippets.

@ChaiyachetU
Created September 9, 2021 11:17
Show Gist options
  • Save ChaiyachetU/ecf39258f4a27d072bd78655c8b58c9c to your computer and use it in GitHub Desktop.
Save ChaiyachetU/ecf39258f4a27d072bd78655c8b58c9c to your computer and use it in GitHub Desktop.
// google drive attachments folder id
const attachmentFolderId = "Your Google Drive Attachments folder ID";
// line notify access token
const lineNotifyToken = "Your LINE Notify Access Token";
// bitly token
const bitlyToken = "Your Bitly Token";
// priority contact list emails
const priorityContactListEmails = [
// test
"Your Priority Email-1", "Your Priority Email-2"
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment