IncidentFlowIncidentFlowDocs
IntegrationsSlack

Verify the Slack Integration

Confirm the Slack integration is connected and readable from IncidentFlow and an MCP client.

Verify the Slack integration from the IncidentFlow application and from an MCP client.

Check the IncidentFlow application

Open IncidentFlow → Integrations and select Slack. The expected state is:

  • connection status: Connected;
  • the expected channels appear in the approved list;
  • the authorization is current (not expired or revoked).

Verify through MCP

Call incidentflow_integrations_status and confirm Slack reports as connected:

Expected output
incidentflow_integrations_status:
slack:
  connected: true

Then call slack_alerts_list for an approved channel to confirm IncidentFlow can read incident context, and slack_alert_thread_get to read a thread.

Verification checklist

  • IncidentFlow shows Slack as connected.
  • The expected channels are approved and readable.
  • MCP Slack tools return channel and thread context.
  • The integration has no write permissions.

On this page