Notifications
Announcements
I would like to create an email draft in Outlook using values entered into an Excel file stored in Teams. Ideally, the email should be sent from a group address.
The email should be formatted in HTML, and I do not want it to be sent automatically. I would prefer to have it saved as a draft instead.
Start with a manual trigger or scheduled flow depending on your needs.
Use a Compose action to format the email body using dynamic content from Excel:
Hello,
Here is the summary:
Use the HTTP action (premium connector) to call Graph API:
Endpoint:
POST https://graph.microsoft.com/v1.0/users/{group_email}/messages
{
"Authorization": "Bearer YOUR_ACCESS_TOKEN",
"Content-Type": "application/json"
}
"subject": "Project Summary",
"body": {
"contentType": "HTML",
"content": "
Your formatted HTML content here
},
"toRecipients": [
"emailAddress": {
"address": "recipient@example.com"
],
"saveToSentItems": "false"
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
David_MA 245 Super User 2025 Season 2
trice602 230 Super User 2025 Season 2
Expiscornovus 187 Most Valuable Professional