Slack: Invite User to Channel logo

Catalog action Integrations slack

Invite one or more users to a Slack channel via native OAuth integration. Adds users to existing public or private channels. Ideal for: onboarding, team setup, automated channel membership, project invites.

At a Glance

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

Payload Schema

FieldTypeRequiredDescription
channelstringYesChannel ID to invite the user to
usersstringYesComma-separated user IDs to invite

Result Schema

FieldTypeRequiredDescription
successbooleanYes-
dataobjectNo-

Examples

json
{ "type": "slack-invite-user-to-channel", "payload": { "channel": "example-channel", "users": "example-users" }, "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