- Setup
- Reference
What You'll Need
| Credential | What it is |
|---|---|
| Token | xoxb- prefixed bot token from Slack |
Overview
Connect Parable to Slack using a custom Slack App with bot permissions for secure workspace data access.Users
User profiles
Conversations
Public channels and private channels where the bot is a member; messages and threads in those channels only. No DMs or group DMs.
Prerequisites
Setup access in . These steps require , or a colleague with equivalent permissions who can create credentials for you.If that is not you, ask your administrator.
Setup Guide
Create Slack App
- Go to Slack API Apps
- Click Create New App → From scratch
- Name:
Parable Integration - Select your workspace
- Click Create App
Configure Bot Scopes
- Go to OAuth & Permissions in the sidebar
- Scroll to Bot Token Scopes
- Add these scopes:
| Scope | Purpose |
|---|---|
channels:history | Read public channel messages |
channels:read | List public channels |
groups:history | Read messages in private channels the bot is in |
groups:read | List private channels the bot is a member of |
users:read | Read user profiles |
users:read.email | Read user email addresses |
team:read | Read workspace info |
Install to Workspace
- Scroll up to OAuth Tokens for Your Workspace
- Click Install to Workspace
- Review permissions and click Allow
Add App to Channels
Parable can only read messages from channels where Parable Integration is a member. This is required for both public and private channels.For each channel Parable should consume:
- Open the channel in Slack
- Add the app using one of these methods:
- Type
/invite @Parable Integrationin the message box and send - Click the channel name → Integrations → Add apps → select Parable Integration
- Type
Copy Bot Token
After installation, copy the Bot User OAuth TokenIt starts with
xoxb-The token is persistently visible on the OAuth & Permissions page of your app at any time — return to api.slack.com/apps, select the app, and copy it again if needed. The token only becomes invalid if you uninstall and reinstall the app, or explicitly revoke it.