everyone
.How to create a Slack Bot Token:
- Go to the Slack API: Your Apps page.
- Click “Create New App” and follow the prompts.
- Add the
chat:write
andchat:write.public
scopes under “OAuth & Permissions”.- Install the app to your workspace and copy the Bot User OAuth Token (starts with
xoxb-
).- For more details, see the Slack Bot User OAuth Access Tokens documentation.