Slack
SLACK_INVITE_USERS_TO_A_SLACK_CHANNEL
Invites users to an existing Slack channel using their valid Slack User IDs.
Remote slack
Other tools also called SLACK_INVITE_USERS_TO_A_SLACK_CHANNEL?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"users": {
"type": "string",
"description": "Comma-separated string of valid Slack User IDs to invite. Up to 1000 user IDs can be included.\nExample: \"U1234567890,U2345678901,U3456789012\""
},
"channel": {
"type": "string",
"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).\nExamples:\n \"C1234567890\"\n \"G0987654321\""
}
}
}