Slack

slack_invite_to_channel

Invite one or more users to a channel. Supports up to 1000 user IDs.

Remote node2flow/slack

Other tools also called slack_invite_to_channel? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "users": {
      "type": "string",
      "description": "Comma-separated user IDs to invite (1-1000)"
    },
    "channel": {
      "type": "string",
      "description": "Channel ID"
    }
  }
}
          

Provider

Slack →