Slack Wallboard Integration

Display messages tagged with @wallboard from your Slack channels in real-time

Setup Status
Not Connected
Slack App

Follow the setup instructions below to get started

Slack App Setup Instructions
Follow these steps to create and configure your Slack app for wallboard integration
1

Create a Slack App

Go to the Slack API website and create a new app for your workspace.

Create Slack App
2

Configure OAuth & Permissions

Add the following OAuth scopes to your app:

• channels:history
• channels:read
• users:read

Set the redirect URL to: http://localhost:3000/api/slack/callback

3

Get Your Credentials

Copy your Client ID and Client Secret from the app settings.

Important: You'll need to add these as environment variables in your deployment settings.

4

Install to Workspace

Install the app to your Slack workspace and authorize the required permissions.

Required Environment Variables
Add these environment variables to your deployment
SLACK_CLIENT_ID=your_client_id_here
SLACK_CLIENT_SECRET=your_client_secret_here
SLACK_SIGNING_SECRET=your_signing_secret_here
NEXTAUTH_SECRET=your_random_secret_here
NEXTAUTH_URL=your_app_url_here