Skip to main content
Slack messaging and notification endpoints for sending messages, managing reactions, and retrieving channel information. Required Configuration:
  • API Key (Bot Token)

Getting Your Bot Token

1

Create a Slack App

Go to api.slack.com/apps and click Create New AppFrom scratch. Give it a name and select your workspace.
2

Add Bot Token Scopes

In the left sidebar, go to OAuth & Permissions. Under ScopesBot Token Scopes, add the permissions your app needs (e.g. chat:write, channels:read, users:read).
3

Install the app to your workspace

Scroll up to OAuth Tokens for Your Workspace and click Install to Workspace. Approve the permissions when prompted.
4

Copy the Bot Token

After installation, copy the Bot User OAuth Token (starts with xoxb-). Add it to your VibeFlow connector.

Available Endpoints

Send a message to a Slack channel or DM
List all channels in the Slack workspace
Get detailed information about a specific channel
Get detailed information about a specific user
List all users in the Slack workspace
Retrieve message history from a channel or direct message
Retrieve all replies to a thread in a channel
Update an existing message in a channel
Delete a message from a channel
Add an emoji reaction to a message
Remove an emoji reaction from a message