web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Create Email Message u...
Power Automate
Unanswered

Create Email Message using Template in Draft State

(0) ShareShare
ReportReport
Posted on by
how to create a flow which can pick up the draft Email template in outlook and send out the communication to the people whose emails id's are stored in Excel
Categories:
  • Expiscornovus Profile Picture
    33,995 Most Valuable Professional on at
    You want to create a draft e-mail, correct?
     
    If that is the case you can use the Graph API for this. The Create message method can be used:
     
    Below is an example in a HTTP request action. I have also blogged about this approach:
     
    {
        "subject":"E-mail template flow",
        "importance":"Low",
        "body":{
            "contentType":"HTML",
            "content":"They were <b>awesome</b>!"
        },
        "toRecipients":[
            {
                "emailAddress":{
                    "address":"@{triggerBody()['email']}"
                }
            }
        ]
    }
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 259 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 227 Super User 2026 Season 2

#3
Valantis Profile Picture

Valantis 134 Super User 2026 Season 2

Last 30 days Overall leaderboard