Forum Discussion
Microsoft Teams Flow Bot
Lewis-HThe flow bot app is added as already said. I am trying to trigger the flow bot from azure sentinel logic app to post a message to a private channel.
Although it posts to a public channel when triggered - i get error when trying to post to a private channel although it is already added to that channel.
Does flow bot can be triggered from sentinel to post in a private channel? because it seems not
- descofSep 15, 2020Copper Contributor
Dooes anyone was able to make this work? I am trying to do exactly the same but I am not receiving any messages in my teams private chat despite I enabled the flow app in teams.
- MontyPyspockJul 07, 2024Brass Contributor
I just ran into this and the only way that I've been able to post to a Private Channel in a team is to modify the workflow to post as User rather than Flow Bot (or any of the other options, all of which fail). The workflow error that I'm getting when it fails to post as Flow Bot is below. I tried manually adding the Workflows app (which shows up as the old name "Power Automate" in the resulting tab, and is the only Microsoft app that has "flow" in the name any more) to both the team and the private channel.
Failed to install the Power Automate app in Microsoft Teams for team with ID '<redacted>'. Please try adding the Power Automate app to this team directly from the Microsoft Teams client. Error details: '{"error":{"code":"Forbidden","message":"User doesn't have permission to Install App","innerError":{"code":"AccessDenied","message":"User doesn't have permission to Install App","details":[],"date":"2024-07-07T16:27:56","request-id":"<redacted>","client-request-id":"<redacted>"}}}'