Skip to content

feat(microsoft): expand Graph Mail to read/send automation scope with native OAuth2 - #88

Open
michaelelrom wants to merge 1 commit into
itential:mainfrom
michaelelrom:feat/microsoft-graph-mail-expand-native-oauth2
Open

feat(microsoft): expand Graph Mail to read/send automation scope with native OAuth2#88
michaelelrom wants to merge 1 commit into
itential:mainfrom
michaelelrom:feat/microsoft-graph-mail-expand-native-oauth2

Conversation

@michaelelrom

Copy link
Copy Markdown
Collaborator

Summary

  • Expands the Microsoft Graph Mail Integration Model from 1 operation to a curated 12-operation set covering send, list/get/update/delete/move/reply on messages, attachments, and mail folders
  • Adds a 137-operation full spec covering the rest of the application-permission-compatible mail surface
  • Switches authentication from a static bearer token to native OAuth2 client credentials
  • Adds a 12-workflow Studio Project organized into 4 folders (Send, Messages, Attachments, Mail Folders)

Test plan

  • Import microsoft_graph_mail-latest.json as an Integration Model
  • Create a Microsoft Graph Mail integration instance with a real Azure AD app registration's client_id/client_secret/token_url/scope
  • Import the Studio Project and run each workflow against a real mailbox

… OAuth2

Trims the curated spec to 12 operations covering send, list/get/update/
delete/move/reply on messages, attachments, and mail folders, plus a
137-operation full spec for the rest of the app-only-compatible mail
surface. Switches auth from a static bearer token to native OAuth2
client credentials. Adds a 12-workflow Studio Project across 4 folders.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants