What you can do in Slack
The conversation model
Bugzy interacts via the inbox agent conversation model:- An event triggers Bugzy (message, webhook, schedule)
- Bugzy proposes an action in the channel: “I’d like to run smoke tests on the checkout flow. Should I proceed?”
- A team member responds (thumbs up, “yes”, or custom instructions)
- Bugzy executes and posts results in the same thread
Disputed findings
When Bugzy reports a finding that’s incorrect:- Reply to the finding message with your reasoning
- Bugzy’s
handle-messagetask processes the reply - If the dispute is valid, the finding is updated
- Knowledge base adjusted to avoid similar false positives
- Bugzy confirms the resolution in the thread
Setup
1
Navigate to connections
Go to Dashboard > Projects > [Your Project] > Connections.
2
Connect Slack
Click Connect Slack. This opens the Slack OAuth flow managed by Nango.
3
Select workspace and authorize
Choose your Slack workspace and authorize the requested bot permissions.
4
Invite bot to channels
In Slack, open each channel where you want Bugzy to listen and respond. Click the channel name, go to Integrations > Add apps, and add the Bugzy app. Bugzy will automatically respond to relevant messages in these channels — no @mention required.
The bot can only read and post in channels it has been explicitly invited to. Public channels can receive messages via
chat:write.public without an invite, but adding the bot is recommended for full functionality.