1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

2.SlackAPP構築とGASでSubscription認証[SlackAppで勤怠記録したい]

Last updated at Posted at 2020-06-18

チャンネル指定してSlack投稿を取得
文字をざっくり検索して指定ワードがあったら
Googleスプレッドシートに保存する勤怠記録したいメモ

作業流れ

新規APP作成

ワークスペースを指定してAPPを新規作成
https://api.slack.com/apps

EventSubscriptions設定

EventSubscriptionsを開く

NoName_2020-6-11_17-52-3_No-00.png

EnableEventをON

NoName_2020-6-11_17-52-19_No-00.png

GASで生成されたURLを入力

認証が完了するとValifiedが表示
NoName_2020-6-11_17-55-10_No-00.png

Subscribe to bot events権限追加

Slackに投稿されたメッセージを受け取れる権限を追加

message.channels

NoName_2020-6-11_17-56-20_No-00.png

APPインストール

OAuth & Permissionsからインストール

初回は下記の表示

NoName_2020-6-11_17-58-41_No-00.png

2回目以降はToken表示されます
NoName_2020-6-11_17-58-56_No-00.png

ここで生成されたTockenをGASで利用するのでメモ

参考サイト

【GAS】SlackのEvent APIを用いて、投稿などをGASで受け取って処理してみよう!
https://www.pnkts.net/2020/03/28/slack-event-api

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?