Skip to main content
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.
Once connected, your Conversational Agent Graph can:
  • Reply to users in real time
  • Send automated updates or alerts
  • Handle support conversations from Slack or Teams
Slack channel configuration form

Slack integration configuration

Slack — quick path

  1. IntegrationsSlackAdd Configuration — Signing Secret + Bot Token.
  2. Create a Slack app with bot scopes (chat:write, channels:read, im:history, etc.).
  3. Paste DEV webhook URL into Event SubscriptionsRequest URL.
  4. DeployDeploy to Channel — assign Agent Build to DEV.
Full detail: Slack channel guide.

Microsoft Teams — quick path

  1. IntegrationsTeamsAdd Configuration — App ID, App Password, Tenant ID.
  2. Register an app in Azure Portal; create a client secret.
  3. Set Bot Framework Messaging endpoint to Phinite DEV webhook URL.
  4. DeployDeploy to Channel — assign Agent Build to DEV.
Full detail: Teams channel guide.

Shared deploy checklist

Keep separate configurations per workspace environment. Promote build assignments and webhook URLs together when moving to PROD.

Common issues

Invalid Request URL / endpoint — URLs must be HTTPS and publicly reachable. Auth failures — re-copy tokens or secrets; confirm scopes (Slack) or client secret not expired (Teams). Wrong build running — verify Deploy to Channel assignment matches the environment users message.