Skip to main content

Overview

The Slack connector posts messages, lists channels, and creates channels from CaseBender workflows. It supports bot tokens and authorization-code OAuth.

Configure with OAuth

1

Create a Slack app

Configure the CaseBender callback URL shown by Settings → Integrations → Add integration and grant only the scopes required by your workflows.
2

Authorize

Choose Slack OAuth App, enter the client ID and secret, then select Connect with OAuth. CaseBender verifies signed state and PKCE before storing the returned token.
3

Create a connection

Bind the OAuth credential to https://slack.com and run the connection test.

Available actions

  • Test authentication
  • List channels
  • Post messages and Block Kit payloads
  • Create channels
OAuth client secrets and access tokens are encrypted and never displayed after the authorization flow completes.