Hi,
I am working on an email-sending feature in OutSystems ODC which is already functional, using Microsoft Graph API. The new requirement is to include the digital signature of the logged-in user (if it exists) when sending emails.
Digital Signature Integration:
Fallback:
Are there any best practices for integrating digital signatures with emails sent via Microsoft Graph API?
https://graph.microsoft.com/v1.0/users/{SenderEmail}/sendMail
Thank you for your help and insights! š
Hi @Mara Neacsu,
I think Microsoft graph API doesnt support signatures. There was a old conversation i found from one of Microsoft vendor. Kindly please check this.
https://learn.microsoft.com/en-us/answers/questions/1093518/user-email-signature-management-via-graph-api
Thanks
Thank you for pointing that out! I went through the linked discussion and understand that Microsoft Graph API does not currently support managing email signatures directly. I am quite new in OutSystems š
Given this limitation, I was wondering if there's an alternative approach to include email signatures dynamically when sending emails through OutSystems ODC. Specifically:
Looking forward to your insights or any suggestions on this!
Thanks in advance!
Best regards,
The practical solution here could be to maintain a signature repository, fetch and append at runtime before calling Microsoft Graph API sendMail.