Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Send email to Sharepoint Group getting data from REST call

(0) ShareShare
ReportReport
Posted on by 33

I'm trying to set a REST CALL to:

"https://...../_api/SP.Utilities.Utility.SendEmail",

method: POST,

body:

 

 { 
 'properties': { 
 '__metadata': { 
 'type': 'SP.Utilities.EmailProperties' 
 }, 
 
 'To': { 
 'results': ['test group '] 
 }, 
 'Body': '<p>This is a test email</p>', 
 'Subject': 'Test email from MS Flow' 
 } 

 

 

It does not work because it's not properly formatted as JSON... i tried even:

 

 

 { 
 "properties": { 
 "__metadata": { 
 "type": "SP.Utilities.EmailProperties" 
 }, 
 
 "To": { 
 "results": ["Bulk Data Alteration - Supervisors"] 
 }, 
 "Body": "<p>This is a test email</p>", 
 "Subject": "Test email from MS Flow" 
 } 

 

 


serviceRequestId: be13629f-2030-a000-0886-2796d502dbcb

  • alrezac Profile Picture
    on at
    Re: Send email to Sharepoint Group getting data from REST call

    Hi,

     

    Thank you for your follow up! Hopefully it will be useful for future communities users.

     

    Regards,

     

    Alex

     

    -------

     

    Community Support Team _ Alex Rezac
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Verified answer
    GianGian Profile Picture
    33 on at
    Re: Send email to Sharepoint Group getting data from REST call

    My bad,

     

    the code above is correct.

     

    source: https://www.c-sharpcorner.com/article/send-email-to-sharepoint-groups-from-ms-flow/

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 566 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 516 Super User 2025 Season 1

#3
stampcoin Profile Picture

stampcoin 492