Slack
SLACKBOT_INVITE_USER_TO_CHANNEL
Invites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.
Remote slackbot
Other tools also called SLACKBOT_INVITE_USER_TO_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user_ids": {
"type": "string",
"title": "User Ids",
"examples": [
"U012A3CDE,U023B4DEF",
"W12345678,W87654321"
],
"description": "A comma-separated string of Slack User IDs to invite to the channel. Up to 1000 users can be specified."
},
"channel_id": {
"type": "string",
"title": "Channel Id",
"examples": [
"C1234567890",
"C061X2Z7W9S"
],
"description": "The ID of the public or private Slack channel to which users will be invited."
}
}
}