Sending Email

0
How can I send automatic email through a microflow without using the email connector module(I tried this but getting Java dependency error after importing the encryption module). Is there any way to send the email to a particular mailbox using REST API call.   I was able to send notification to MS teams using REST API, but not sure what should be the url ifI want to send an email.   Anyone has any idea?
asked
1 answers
0

Hello Samrat,

 

Depending on which mail provider you want to use you can search for an API.

 

For example Outlook:

https://learn.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0

 

Hope this helps,

 

Good luck!

answered