LoginSignup
0
0

More than 5 years have passed since last update.

SlackのIncoming WebhookURLの確認

Last updated at Posted at 2018-08-10
  1. ここにアクセス
  2. 上の「Incoming Webhook」をクリック image.png
  3. 選ぶ image.png

以上

サンプル

curl -X POST --data-urlencode "payload={\"channel\": \"#general\", \"username\": \"webhookbot\", \"text\": \"This is posted to #general and comes from a bot named webhookbot.\", \"icon_emoji\": \":ghost:\"}" https://hooks.slack.com/services/xxxxxxxxxxxxx
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