Slack: Set Channel Description logo

Catalog action Integrations slack

Set the description (purpose) of a Slack channel via native OAuth integration. The description appears in channel details and helps users understand the channel. Ideal for: channel documentation, onboarding info, project descriptions.

At a Glance

FieldValue
Action IDslack-set-channel-description
CategoryIntegrations
Connectorslack
Requires gasNo
Funds movementNone declared
Tagsslack, integration, write, chat

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID
purposestringYesNew channel description/purpose (max 250 chars)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-set-channel-description", "payload": { "channel": "example-channel", "purpose": "example-purpose" }, "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