- Go to slack and click on "Create New App"
- Click on "From scratch"
- Enter a name for your app and select the workspace you want to connect to
- Click on "Create App"
- Click on "OAuth & Permissions" in the left menu
- Add rediret URL
https://localhost
- Add User scopes
- Click on "Install App to Workspace"
- Click on "Allow"
- Copy the token from "OAuth Access Token"
- Paste the token into the
slack_token
field in the Maker connection form.