Slack

SLACKBOT_INVITE_USERS_TO_A_CHANNEL

Invites users to an existing Slack channel using their valid Slack User IDs.

Remote slackbot

Other tools also called SLACKBOT_INVITE_USERS_TO_A_CHANNEL? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "users": {
      "type": "string",
      "title": "Users",
      "examples": [
        "U1234567890,U2345678901,U3456789012"
      ],
      "description": "Comma-separated string of valid Slack User IDs to invite. Up to 1000 user IDs can be included."
    },
    "channel": {
      "type": "string",
      "title": "Channel",
      "examples": [
        "C1234567890",
        "G0987654321"
      ],
      "description": "ID of the public or private Slack channel to invite users to; must be an existing channel. Typically starts with 'C' (public) or 'G' (private/group)."
    }
  }
}
          

Provider

Slack →