Create and setup Slack app
- Create a new slack app.
- Install the app the following permissions/scopes are required (please select them on OAuth & Permissions page):
chat:write:bot
(or simply chat:write
)
- Copy your User OAuth key on
https://api.slack.com/apps/{ID}/oauth
, where {ID}
is your app ID (e.g. A93T619JE
)