Forum Discussion

Bruno62's avatar
Bruno62
Copper Contributor
Mar 20, 2023

email draft

Hi,

 

I'm searching to create an email draft with power automate.

I would like power automate creates a email draft on outlook, i modify some elemets and after i send it

 

is it possible?

 

thanks

 

Bruno

9 Replies

  • khushbu's avatar
    khushbu
    Copper Contributor

    HelloBruno62 

    You can use Graph API. You can select HTTP request Action instead of HTTP request (preview).
     


    Reference : https://learn.microsoft.com/en-us/graph/api/user-post-messages?view=graph-rest-1.0&viewFallbackFrom=graph-rest-1.0%3FWT.mc_id%3DDX-MVP-5004666&tabs=http 

  • Bruno62 Yes you can do that by using the Graph API and a power automate flow. you need create the message using the Graph API first Create message - Microsoft Graph v1.0 | Microsoft Learn.

     

    the Graph Send an HTTP Request Action, we can create a draft email in one simple action. The content can include dynamic data including title, to, subject, body and of course attachments.

     

     

    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.

    ā€ƒ

      • Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily.

Resources