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 / Automate sending email...
Power Automate
Unanswered

Automate sending email from draft folder

(0) ShareShare
ReportReport
Posted on by 4
Hello,
I am completely new to Power Automate, so thanks for your patience and your help!
 
I am trying to build a flow that will send a batch of emails sitting in my drafts folder, with a delay between each. 
 
What I have is: 
 
-Manual Trigger
-Get emails (V3) (specifying folder and top 100)
-Apply to each (dynamic input from previous step: body/value)
--Send an email (V2) (dynamic input for To, Subject, and Body)
--Delay (1 minute)
 
When I run it, no emails are sent.
 
Thanks for any help for advice!!
Categories:
I have the same question (0)
  • Sunil Kumar Pashikanti Profile Picture
    1,872 Moderator on at
     
    It’s a common point of confusion, but you’ve actually hit a known limitation of the Outlook connector. Even though your flow is finishing with a "Success" status, it isn't actually "sending" the draft.
     
    The Problem: Why it’s failing
    The Send an email (V2) action is designed to create and send a new message from scratch. It does not have a parameter to accept a Message ID, so it cannot "pick up" an existing draft and push it out of your mailbox. When you run your current flow, it likely creates a new blank email or simply ignores the draft object because the connector doesn't see it as a valid input for a new message.
     
    The Solution: Use Drafts as Templates
    The most reliable way to handle this without needing complex Graph API calls is to treat your Draft as a data source. You extract the content and send a "copy."
     
    Follow these steps to fix your flow:
    Get Emails (V3): Set the Folder to Drafts.
    Apply to Each: Use the value from the step above.
    Inside the Loop:
         Add Send an email (V2).
    To: Enter your recipient (or map it from the draft if the field is populated).
    Subject: Select Subject from the Dynamic Content (from the Get Emails step).
    Body: Select Body. Important: Click "Switch to HTML view" (the </> icon) if you see it, and ensure the Is HTML setting is set to Yes.
    Add a Move/Delete Step: After the email is sent, add a Delete email (V2) or Move email (V2) action using the Message ID. If you don't do this, the flow will send a duplicate of the same draft the next time it runs!
    Handle Throttle/Delays:
    If you have a Delay action inside your loop, you must go to the Apply to Each Settings.
    Turn Concurrency Control to On.
    Set the Degree of Parallelism to 1. This ensures the flow processes one email at a time and respects your delay.
     
    Advanced option
    If you truly need to send the actual draft message (same message ID), this is only possible using Microsoft Graph API:
    POST /me/messages/{id}/send
    This requires:
         HTTP action
         App registration
         Delegated Graph permissions (Mail.Send, Mail.ReadWrite)
    This approach is more complex and usually not recommended for beginners.
     
    Summary
    Your flow logic is fine ✅
    Outlook connector cannot send Drafts directly ❌
    Copy draft content → send a new email ✅
    Disable concurrency so delays work ✅
    Once you treat Drafts as templates, your flow will work as expected.
     
    ✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
    👍 Feel free to Like the post if you found it useful.

    Sunil Kumar Pashikanti, Moderator
    Blog: https://sunilpashikanti.com/posts/
  • KJ-22041909-0 Profile Picture
    4 on at
    The suggested solution is not helpful. 
     
     says: "The Send an email (V2) action is designed to create and send a new message from scratch. It does not have a parameter to accept a Message ID, so it cannot "pick up" an existing draft and push it out of your mailbox. "  
     
    But then Sunil uses Send an email (V2) in the suggested flow. 
     
    The suggested build is only different from what I have in now in that it deletes the old draft and how it pauses, but the suggested actions for sending are the same as what I have and are still not working. 
     
    Any guidance welcome!
  • CU30121719-0 Profile Picture
    166 on at
    Have a look at this free  flow: IvaSoft - EmailDraftToSenders flow
  • Sunil Kumar Pashikanti Profile Picture
    1,872 Moderator on at
     
    I see where the confusion is coming from. To be very clear, Power Automate cannot send a draft email directly. There is no action that sends an existing draft using its message ID.

    The bottom line is this: the draft is not being sent. The flow is copying the content from the draft and sending that copied content as a brand new email.
     
    In this pattern, the draft is used only as a template. The flow reads the subject and body from the Drafts folder, then Send an email (V2) creates a new email with the same content and sends that new message. That’s why the send action looks the same as what you already have, even though the draft itself is never sent.

    The delete or move step is important. If the draft stays in the Drafts folder, the flow will pick it up again and resend the same content the next time it runs.

    If it’s still not working, I would double‑check a few things:
    • Make sure Is HTML is set to Yes when mapping the Body
    • Confirm both Get emails and Send an email are using the same mailbox
    • Verify the draft is actually being removed or moved after the send completes
    Unfortunately, sending a draft email directly is not supported today unless you use the Microsoft Graph API.
  • CU30121719-0 Profile Picture
    166 on at
     
    in fact,  PowerAutomate can send a draft email  directly using a GRAPH request.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 541

#2
Valantis Profile Picture

Valantis 479

#3
Vish WR Profile Picture

Vish WR 470

Last 30 days Overall leaderboard