Slack: List Channels logo

Catalog action Integrations slack

List channels in a Slack workspace via native OAuth integration. Supports filtering by type (public, private, DM) and pagination. Ideal for: channel discovery, workspace auditing, dynamic channel selection.

At a Glance

FieldValue
Action IDslack-list-channels
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, read, chat

Payload Schema

FieldTypeRequiredDescription
typesstringNoComma-separated channel types: public_channel, private_channel, mpim, im (default: public_channel,private_channel)
exclude_archivedbooleanNoExclude archived channels (default: true)
limitnumberNoMax channels to return (default: 200, max: 1000)
cursorstringNoPagination cursor for next page

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-list-channels", "payload": { "types": "public_channel,private_channel", "exclude_archived": true, "limit": 200, "cursor": "example-cursor" }, "children": [], "connector": { "type": "slack", "id": "conn_slack" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I