HI all.
Has anyone integrated with Microsoft Outlook for the purposes of having the system generate emails on behalf of a user when an action occurs?
I’m currently working with MSFT APIs, not really that much fun. But it should be doable to handle emails. If I understand it correctly, it’s all going through their Graph API. I personally would consider going a level lower and using SMTP if that’s an option instead of integrating into APIs.
I’d use SMTP OAuth2 or something like SendGrid (add DKIM/DMARC DNS records to outlook 365 domain)