Service Graph Connector for Outlook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 02:52 PM
Greetings,
Anyone have wisdom on using the MS Service Graph Connector as a replacement for the OutLook 365 API?
We can't use SMTP/POP email interface and have a custom solution based on the OutLook 365 API that handles sending and receiving emails, however, we just learned it's sunsetting as soon as this month and needs to be replace ASAP.
We use the Graph Connector today to talk to Azure but it's non-trivial to replace the email interface and all it does for us. The major challenge is how the Graph Connector deals with large files. It wants chunks of 4M, in order, on its own attachments session created from the original sendMail session in which the email was minted.
If anyone knows of documentation specific to SN please help me out. I have all the MS docs, PostMan code, and even the MS Developer account with my own email tenant but it's all test bench from VS Code and it's also very simple happy path. I'm looking for anything that's more Servicenow specific to replacing the SMTP/POP with Graph.