You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bots can't invite themselves to channels 😞. We should use the user_token to invite the bot user to new/included channels so that it doesn't need to be done manually.
The text was updated successfully, but these errors were encountered:
Slack's Conversations API allows us to invite users to channels given their ID. Unfortunately, the API doesn't make it easy to retrieve bot IDs. We'll need to paginate through the users.list endpoint and look for the bot user.
In fact, this process could happen on startup and then be loaded into the GenServer state
Bots can't invite themselves to channels 😞. We should use the
user_token
to invite the bot user to new/included channels so that it doesn't need to be done manually.The text was updated successfully, but these errors were encountered: