For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Slack Setup
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Create a Slack app and bot
  • Invite the bot to a Slack channel
  • Next steps
Postman FlowsTemplates

Set up Slack authorization for Postman Flows

||View as Markdown|
Was this page helpful?
Previous

Explore ready-to-use Flows in the Postman Flows Catalog

Next

Build flows overview

Built with

To run Postman Flows templates that use Slack, you need to set up authorization between Slack and Postman. You can do this by creating a Slack app with a bot user and storing its token as an environment variable in Postman.

Before you get started, you need:

  • A Slack account
  • A Slack workspace
  • A Postman environment to run the flow

Create a Slack app and bot

To create a Slack app and bot user to use with Postman Flows, do the following:

  1. Log in to the Slack developer console.

  2. Select Create an App, and then select From scratch.

  3. For App Name, enter a name for the app.

  4. Select the Slack workspace where you want to install the bot, and then select Create App.

  5. Under Features, select Bot Users > Add a Bot User.

  6. Enter a display name for the bot, and then select Save Changes.

  7. In the sidebar, select OAuth & Permissions. Assign the following scopes to the bot:

    • chat:write
    • channels:read
    • groups:read
    • channels:join
    • im:read
    • incoming-webhook
    • mpim:read
  8. Select Save Changes.

  9. Install the app to your workspace.

  10. After installation, you can access the OAuth token for the bot. Copy the token, and then save it as a variable named Slack_Bot_Token in your Postman environment.

Invite the bot to a Slack channel

  1. Open your Slack workspace.

  2. Select the Slack channel where you want the bot to post messages.

  3. View the channel details to locate its channel ID.

  4. Copy the channel ID, and then save it as a variable named Slack_Channel_ID in your Postman environment.

  5. Open the channel where you want to add the bot. Enter /invite @YourBotName, replacing YourBotName with the username you gave the bot.

Next steps

After you’ve completed your Slack configuration, you can return to the flow template or set up authorization for another integration in Postman.

  • Set up HubSpot authorization for Postman Flows
  • Set up Mailchimp authorization for Postman Flows
  • Set up Notion authorization for Postman Flows
  • Set up Stripe authorization for Postman Flows