0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

miriwoお一人様Advent Calendar 2024

Day 2

自前のSlackアプリにBotユーザーを追加する

Last updated at Posted at 2024-12-02

概要

自前のSlackアプリにスラッシュコマンドを追加する方法をまとめる。

前提

下記の内容が完了していること。

今回はテスト用として「commands」というSlakアプリを事前に作成した。

方法

  1. 下記にアクセス

    1. https://api.slack.com/apps
  2. 対象のアプリ名をクリック

  3. サイドバーで「OAuth & Permissions」をクリック

    CleanShot 2024-11-21 at 00.39.39@2x.png

  4. 「Scopes」の「Bot Token Scopes」の「Add an OAuth Scope」をクリック

    CleanShot 2024-11-21 at 00.43.11@2x.png

  5. 今回はチャットの書き込みを行う権限を与えたいので「chat:write」を選択

    CleanShot 2024-11-21 at 00.47.13@2x.png

  6. サイドバーで「Install App」をクリック

  7. 「Install to ワークスペース名」をクリックし作成したSlackアプリをワークスペースにインストール

    CleanShot 2024-11-21 at 00.50.43@2x.png

  8. 「許可する」をクリック

    CleanShot 2024-11-21 at 00.51.22@2x.png

  9. 「OAuth Tokens」が吐き出されるのでメモしておく。

    CleanShot 2024-11-21 at 00.53.06@2x.png

参考文献

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?