OAuth
Start the OAuth flow:| Property | Value |
|---|---|
| Auth (start) | Required |
| Auth (callback) | None (state token is the binding) |
Subscribe to channels
Unsubscribe
Receive events (Slack to Dacard)
Revoke
Opt-out a workspace
Redact a message
Errors
All Slack routes can return:| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED / Invalid Slack signature | Auth or signature failure. |
| 404 | Slack not connected | No integration record. |
| 500 | INTERNAL_ERROR | Write or Slack API call failed. |
POST /api/integrations/slack-webhook/test lets you fire a sample event against your subscribed channels for QA.