Back to integration guides
Collaboration
Slack Integration
Connect agents to channels, direct messages, and threaded workflows with scoped Slack OAuth credentials.
Setup time
25 min
Result
Publish agent updates into Slack
Implementation steps
1
Create a Slack app
Register a Slack app, enable bot access, and set the redirect URI to your ServoAgent connector callback.
2
Configure OAuth scopes
Start with only the scopes you need for messages, channels, and thread context.
channels:history
chat:write
groups:history
im:history
users:read3
Subscribe to events and verify delivery
Enable only the events your agents consume, then validate staging deliveries before production rollout.