Have seen similar posts about this before, e.g. [... when users react with a check (or custom emoji) a bot could add them to all the other channels?](https://www.reddit.com/r/Slack/comments/ytjwvg/a_slack_bot_that_adds_members_to_a_channel_when/). Use Slack's [`conversations.invite`](https://api.slack.com/methods/conversations.invite) method. ⚠️ _The calling user **must** be a member of the channel._ Input: ``` A comma separated list of user IDs. Up to 1000 users may be listed. Example W1234567890,U2345678901,U3456789012 ```
Have seen similar posts about this before, e.g. ... when users react with a check (or custom emoji) a bot could add them to all the other channels?.
Use Slack's
conversations.invitemethod.Input: