I have a workflow that should send a message to a Teams channel via webhook. I get an error that says; Request to the Bot framework failed with error: '{"error":{"code":"BotNotInConversationRoster","message":"The bot is not part of the conversation roster."}}'.
The channel I want to post in is Private so maybe that is the problem here? If so, how do I add the Flow bot to the channel?