Both Slack and Teams use workspace Integrations for credentials and Deploy to Channel to assign an Agent Build per DEV / UAT / PROD. See dedicated guides for platform-specific Azure or Slack app steps.
Slack only
Full Slack app and webhook walkthrough.
Microsoft Teams only
Azure registration and Bot Framework endpoint.
- Reply to users in real time
- Send automated updates or alerts
- Handle support conversations from Slack or Teams

Slack integration configuration
Slack — quick path
- Integrations → Slack → Add Configuration — Signing Secret + Bot Token.
- Create a Slack app with bot scopes (
chat:write,channels:read,im:history, etc.). - Paste DEV webhook URL into Event Subscriptions → Request URL.
- Deploy → Deploy to Channel — assign Agent Build to DEV.
Microsoft Teams — quick path
- Integrations → Teams → Add Configuration — App ID, App Password, Tenant ID.
- Register an app in Azure Portal; create a client secret.
- Set Bot Framework Messaging endpoint to Phinite DEV webhook URL.
- Deploy → Deploy to Channel — assign Agent Build to DEV.

