概要 SlackのAPIを使用してメッセージを送信するまでの操作メモです。 環境 [Slack] (https://slack.com/) (Free plan). curl (Windows版) 参考 [Welcome to the Slack API] (https://api.slack.com/) API Slackの外部からメッセージを送信するにはWEB APIを使用する方法と、Incoming webhooksを使用する方法があります。 [WEB API] (https://api.slack.com/web) The Slack APIs allow you to integrate complex services with Slack to go beyond the integrations we provide out of the box. WEB APIを利用する
