Skip to content

Instantly share code, notes, and snippets.

@x7ddf74479jn5
Last active August 5, 2022 17:40
Show Gist options
  • Save x7ddf74479jn5/c554f2bb32ed1e2a3336caec3ffbff68 to your computer and use it in GitHub Desktop.
Save x7ddf74479jn5/c554f2bb32ed1e2a3336caec3ffbff68 to your computer and use it in GitHub Desktop.
GASでGoogle Formの通知ツールを作りました

GASでGoogle Formの通知ツールを作りました

x7ddf74479jn5/google-form-notification - GitHub

機能

Google Formの回答をメールとSlackに通知できます

  • 任意の時間に一括通知 / フォームサブミットイベント時に通知
  • フォームサブミットイベントの通知ではGoogle Formのデフォルトのメール通知より詳細な情報が提供されます
  • 複数のメールアドレスへ通知を送付できます

文面例

Googleフォームに申請がありました。

----------------------------------------
# 申請日
2022/07/15 20:04:18

# 回答内容
タイムスタンプ: 2022/07/15 20:04:14
メールアドレス: panda_shark@example.com
名前: サメパン
参加: する

----------------------------------------
# Form Summary URL
https://forms.gle/xxxxxxxxxxxxxxxx

# Form Edit URL
https://forms.gle/XXXXXXXXXXXXXXXX

# Spread Sheet URL
https://docs.google.com/spreadsheets/d/xxxxxxxxxxxxxxxxxxxxxxxxx/edit

利用方法

  1. フォームに紐付いたスプレッドシートを作成
  2. レポジトリをクローン
  3. 必要なコンフィグを設定
  4. build & push
  5. GAS管理画面で設定

詳しくはレポジトリのREADMEを参照してください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment