mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(n8n Microsoft Teams Node): New trigger node (#12875)
This commit is contained in:
@@ -17,5 +17,18 @@ export class MicrosoftTeamsOAuth2Api implements ICredentialType {
|
||||
type: 'hidden',
|
||||
default: 'openid offline_access User.ReadWrite.All Group.ReadWrite.All Chat.ReadWrite',
|
||||
},
|
||||
{
|
||||
displayName: `
|
||||
Microsoft Teams Trigger requires the following permissions:
|
||||
<br><code>ChannelMessage.Read.All</code>
|
||||
<br><code>Chat.Read.All</code>
|
||||
<br><code>Team.ReadBasic.All</code>
|
||||
<br><code>Subscription.ReadWrite.All</code>
|
||||
<br>Configure these permissions in <a href="https://portal.azure.com">Microsoft Entra</a>
|
||||
`,
|
||||
name: 'notice',
|
||||
type: 'notice',
|
||||
default: '',
|
||||
},
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user