Slack: Get Channel Info logo

Catalog action Integrations slack

Look up a Slack target by ID and return metadata (name, privacy, member count). Accepts channel IDs (C/G/D) via conversations.info and user IDs (U/W) via users.info. Ideal for: resolving a manually-entered channel ID, validating bot access, dropdown lookups.

At a Glance

FieldValue
Action IDslack-get-channel-info
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, read, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel or user ID to look up. Channel IDs (C/G/D) resolve via conversations.info; user IDs (U/W) resolve via users.info and return a synthetic channel with is_user: true.

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-get-channel-info", "payload": { "channel": "example-channel" }, "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