Slack: Create Channel logo

Catalog action Integrations slack

Create a new Slack channel via native OAuth integration. Supports creating public or private channels. Ideal for: project setup, automated workspace organization, incident channels.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
namestringYesChannel name (lowercase, no spaces, max 80 chars)
is_privatebooleanNoCreate as private channel (default: false)

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

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