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 5

自前のSlackアプリにスラッシュコマンドを追加する

Last updated at Posted at 2024-12-02

概要

自前のSlackアプリにスラッシュコマンドを追加する方法をまとめる。
追加したスラッシュコマンドで下記のGASを動かしてみる。

前提

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

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

更に下記の内容が完了し、GASの関数がPOSTのAPIエンドポイントのURLが分かっていること

方法

  1. 下記にアクセス

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

  3. サイドバーの「Slash Commands」をクリック

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

  4. 「Create New Command」をクリック

    CleanShot 2024-11-21 at 12.20.13.jpg

  5. 下記のように指定して「Save」をクリック

    • Command: /gas_trigger
    • Request URL: GASのウェブアプリのURL

    CleanShot 2024-11-21 at 15.08.35.jpg

  6. サイドバーで「Install App」をクリックし「Reinstall to ワークスペース名」をクリック

    CleanShot 2024-11-21 at 15.14.02.jpg

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

  8. 当該のSlackワークスペースを開き/gas_triggerを入力し、メッセージを送信

    CleanShot 2024-11-21 at 15.17.03@2x.jpg

  9. 下記の様に「The script completed but did not return anything.」が返ってきて、GASの実行数部分にSlackのスラッシュコマンドで実行し、トリガーされた実行があることを確認、ここまでできたら完了

    CleanShot 2024-11-21 at 16.15.57@2x.jpg

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?