Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/munky69rock/gas-google-form-notifier-to-slack
Google Formの通知をGASでSlackに通知する
https://github.com/munky69rock/gas-google-form-notifier-to-slack
clasp gas google-form slack
Last synced: 3 months ago
JSON representation
Google Formの通知をGASでSlackに通知する
- Host: GitHub
- URL: https://github.com/munky69rock/gas-google-form-notifier-to-slack
- Owner: munky69rock
- Created: 2019-02-14T10:13:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T11:05:14.000Z (over 1 year ago)
- Last Synced: 2024-04-26T01:33:20.654Z (7 months ago)
- Topics: clasp, gas, google-form, slack
- Language: TypeScript
- Homepage:
- Size: 404 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Form Notifier
## Usage
1. Google Formのメニューからスクリプトエディタを選択
2. スクリプトIDをコピーし、`clasp clone`を実行```sh
clasp clone "1jlfdnYmV0L_...." --rootDir=./src
rm ./src/コード.js
```3. スクリプト編集画面の「ファイル > プロジェクトのプロパティ > スクリプトのプロパティ」に `TITLE`(Slack通知時のタイトル) と `SLACK_URL`(Webhook URL) を設定
4. `clasp push`を実行```sh
clasp push
```- もしエラーになる場合、 `.clasp.json` がプロジェクトルートにあるか確認する (なければmvする)
5. スクリプト編集画面の「編集 > 現在のプロジェクトのトリガー」をクリック、新しいトリガーを作成する
6. 実行する関数に `onFormSubmit`、イベントの種類を選択に`フォーム送信時`を設定し保存
7. 権限を許可する