Skip to content

slack

Slack Apps

APIs

Incoming Webhooks

curl -X POST https://hooks.slack.com/services/T.../B.../... \
 -H 'Content-type: application/json' \
 -d '{
        "text": "Hello, world."
     }'

Socket Mode

...

Events API

...

Web API

...