Hi All,
I am trying to integrate N8N with MSTeams. I enabled an outgoing webhook to receive the messages from the MSTeams channel and acknowledged them as “processing”. After I processed, I am trying to send reply messages to the MSTeams channel, but the authentication asks for the below API permission( User.ReadWrite.All
, Group.ReadWrite.All
, Chat.ReadWrite.All
), which is not allowed in my organisation. I don’t have any fields to define the scope of it. How to handle it? Any suggestions, or is it not possible in N8N? Also, why are the above permissions required if I am only trying to send the responses with my channel ID?