Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 491 Bytes

CREATE_BOT.md

File metadata and controls

10 lines (9 loc) · 491 Bytes

Creating a Slack Bot

Follow these steps to generate a Slack API Token needed to create your Slack Bot.

  1. Go to Bot New Configuration Page.
  2. Enter your team name + '-bot' for the bot name. Create Bot Screenshot
  3. Click "Add bot integration"
  4. Copy the API Token and paste it in your .env file. API Token Screenshot
  5. Scroll to the bottom of the page and click "Save Integration"