Skip to content

kin29/line-notify-from-gmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

line-notify-from-gmail

how to use

  • プロジェクトの設定 > スクリプト プロパティにLINE_NOTIFY_TOKEN, TARGET_FROM_EMAIL_LIST(カンマ区切り)を追加
// example
LINE_NOTIFY_TOKEN=xxx
TARGET_FROM_EMAIL_LIST=from1@localhost,from2@localhost,from3@localhost
  • トリガーを設定(関数: main)

clasp

# GASにコードを反映する(tests以下は除外される)
$ clasp push
└─ src/_utils.ts        //読み込み順序の都合上ファイル名に_をつけている
└─ src/appsscript.json
└─ src/code.ts

test

$ npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published