Get Slack API Key

To use the Slack node, you need a Bot Token. This guide describes how to create a Slack App and get a token.


πŸ“‹ Prerequisites

  • βœ… Slack Workspace (Admin rights required)

πŸš€ API Key Issuance Steps

Step 1: Create Slack App

  1. Go to Slack API: Your Apps
  2. Click "Create New App"
  3. Select "From scratch"
  4. Enter App Name (e.g., "CodeFreeBot") and select Workspace
  5. Click "Create App"

Step 2: Set Permissions

  1. "OAuth & Permissions" in left menu
  2. Scroll to "Scopes" -> "Bot Token Scopes"
  3. Click "Add an OAuth Scope"
  4. Add the following permissions:
    • chat:write (Send messages)
    • channels:read (Read channel info)
    • groups:read (Read private channel info)

Step 3: Install App

  1. Scroll up to "OAuth Tokens for Your Workspace"
  2. Click "Install to Workspace"
  3. Click "Allow"

Step 4: Copy Token

  1. Copy "Bot User OAuth Token" (xoxb-...)
  2. Save securely

Step 5: Invite Bot to Channel

  1. Go to Slack Channel
  2. Type /invite @CodeFreeBot (or your app name)
  3. Enter

βš™οΈ CodeFreeAI Configuration

  1. Add Node: Drag "Slack" node
  2. Enter Token: Paste Token into "Bot Token" field
  3. Enter Channel ID: Paste Channel ID

🎯 Next Steps

results matching ""

    No results matching ""