A step-by-step visual guide — no coding required
Open the Slack API portal in your browser. Make sure you're signed in to the Slack workspace where you want to add the bot.
Your Slack apps will appear here...
Choose "From scratch" when asked how to create your app. Then enter a name and pick which workspace to add it to.
Go to "OAuth & Permissions" in the left sidebar. Scroll down to "Bot Token Scopes" and add the permissions your bot needs.
Scroll back up to the top of the "OAuth & Permissions" page and click "Install to Workspace". Slack will ask you to confirm the permissions.
xoxb-). This is your bot's key — never share it publicly.Go to "App Home" in the sidebar to set your bot's display name and profile picture. You can also enable the Messages tab for direct messages.
In Slack, go to the channel where you want the bot. Type /invite @YourBotName or click the channel settings and add the bot as a member.
Your bot is now in the channel. It can send and read messages based on the permissions you set up (once you connect it to bot code).
Created with care — Happy bot building! 🤖