Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.37 KB

Section-2.md

File metadata and controls

29 lines (16 loc) · 1.37 KB

Section 2: Create a Slack App and Bot User

Creating a new Slack App on api.slack.com

In your browser, on api.slack.com/apps you'll find a green button labeled Create New App on the top right of the page.

create_new_slack_app

👉 ✅

create_slack_app_detail

🙊

slack_app_created

💪 🎉

Adding A Bot User

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.

app_settings_nav_bot_user

add_bot_user


Next Section 3: Subscribe to Events
Previous Section 1: Steal Build This Bot