Microsoft Teams Integration
Integrate AI agent approvals into your Microsoft Teams workflow.
Features
- Adaptive card notifications
- One-click approval actions
- Integration with Teams channels
- Azure AD authentication
Setup
1. Install the App
- Go to Settings > Integrations
- Click "Add to Microsoft Teams"
- Sign in with your Microsoft account
- Grant required permissions
2. Add to Channel
- Open the channel for approvals
- Click + to add a tab or connector
- Search for "Agent Action Firewall"
- Configure notification settings
3. Configure Permissions
Map Azure AD groups to approver roles:
JSON
{
"groups": {
"security-team": "all_actions",
"developers": "low_risk_only"
}
}Approval Cards
Actions requiring approval appear as adaptive cards with:
- Action summary and risk level
- Agent and tool details
- Approve/Deny buttons
- Expandable parameter details
Configuration Options
| Option | Description |
|---|---|
channel_id | Teams channel for notifications |
mention_users | Users to @ for critical actions |
card_style | Compact or detailed card layout |
Troubleshooting
- Ensure the app has posting permissions in the channel
- Check Azure AD group mappings are correct
- Verify webhook URL is accessible