💡 Build useful apps, internal tools, simplified workflows, or brillant bots for just your team or Slack's millions of users.
- To get started, create a new Slack App on api.slack.com.
- Type in your app name
- Select the team you'd like to build your app on.
Let's get ourselves a shiny new Bot User so our app can communicate on Slack.
- On the left side navigation of your app's settings page you'll find the Bot Users tab where you can create a new bot user for your app.
- Next click "Add a Bot User".
- Give your bot user a name (e.g. "pythonboardingbot"), click "Add Bot User", and "Save Changes".
🎉 You should briefly see a success banner.
- Under "Settings" on the lefthand side, click "Install App" and then "Install App to Workspace".
Next you'll need to authorize the app for the Bot User permissions.
- Click the "Authorize" button.
🏁 Finally copy and save your token. You'll need this to communicate with Slack's Platform.
Next section: 02 - Building a message.
Back to the Table of contents.