We are using the MS Teams action to create a message in a team channel once a week. Now we want to @ everyone in the team like you can on slack when we post the message, but Zapiers app only allows for @ing individuals.
MS Teams api allows for the creation of a chat in markdown that @s a tag so I made a custom request using the Api Request (beta) functionality. Unfortunately, I got the error message below which indicates that Zapiers app does not have all of the required scopes to perform this action.
How do I request scopes get added to a Zapier Managed MS Teams integration?
ERROR:
Response Data Error Code
code
Forbidden
Response Data Error Message
message
Missing scope permissions on the request. API requires one of 'ChannelMessage.Send, Group.ReadWrite.All'. Scopes on the request 'Channel.ReadBasic.All, Chat.ReadWrite, Team.ReadBasic.All, TeamsAppInstallation.ReadForUser, User.Read, profile, openid, email'