API Reference Card
All examples use
SLACK_BOT_TOKEN (a bot token with channels:history, channels:read, users:read scopes) and MAVERA_API_KEY. Bot tokens require the bot to be invited to each channel. User tokens access all channels the user belongs to.Prerequisites
1
Slack app with bot token
Create an app at api.slack.com/apps. Add Bot Token Scopes:
channels:history, channels:read, groups:history, groups:read, users:read. Install to workspace.2
Invite bot to channels
The bot must be in each channel it reads. Use
/invite @your-bot in target channels.3
Identify channel IDs
Use
conversations.list or right-click a channel in Slack → “View channel details” → copy the Channel ID from the bottom.4
Mavera API key
Get your key from Mavera dashboard.
5
Environment variables