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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / How to send email from...
Power Automate
Unanswered

How to send email from no-reply emailaddress no-reply@sharepointonline.com

(0) ShareShare
ReportReport
Posted on by

I would like to send an email to the creator of a SharePoint listitem. But I dont want the email will be sended from my personal emailaddress. I found some blog where they talk about a SharePoint http request to send an email from the SharePoint no reply emailaddress no-reply@sharepointonline.com

 

I just have a problem with the header in json format. How to add the header in json format?

 

accept: application/json;odata=verbose
content-type: application/json;odata=verbose

 

send sharepoint http request.png

Categories:
I have the same question (0)
  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    hi @Anonymous  another option is send email us

     

    send as.PNG

     

    so you need to be member of a sharedmailbox

  • PrasadAthalye Profile Picture
    on at

    Use following action ... https://docs.microsoft.com/en-us/connectors/sendmail/#send-an-email-notification-(v3)

    sender will be "Microsoft Power Apps and Power Automate <microsoft@powerapps.com>"

     

    Please mark this as an answer if this resolves your issue.

     

    PrasadAthalye_0-1597351308082.png

     

  • Community Power Platform Member Profile Picture
    on at

    I tried this action wit v3 but it didnt send an email. There is also no error.

  • PrasadAthalye Profile Picture
    on at

    Check all your rules and junk folders. May be search on entire outlook or which ever email your are using on the key word 'Power Automate'... This action works perfectly fine and sends email immediately. I use it many times and even used before I responded.

     

    Sometimes email might be delayed. Try other email addresses.

  • ChristianAbata Profile Picture
    8,951 Most Valuable Professional on at

    @Anonymous  if you want to test you http sharepoint action with headers you can try adding this

     

    {
    "accept": "application/json;odata=verbose"
    "content-type": "application/json;odata=verbose"
    }
  • Community Power Platform Member Profile Picture
    on at

    @ChristianAbata  Thanks! I try it but it says that it is wrong json. Do you know what is wrong? Is it working on your environment?invalid json.png

  • PrasadAthalye Profile Picture
    on at

    Can you check if your flow was successfully executed? What does this action result show?

  • Community Power Platform Member Profile Picture
    on at

    I fixed the header as follow:

     

    {
    "accept": "application/json;odata=verbose",
    "content-type": "application/json;odata=verbose"
    }

     

    But now I get an error in the body when the flow is triggered. This is the body:

     

    {
    'properties': {
    'To': ['myAccount@myCompany.com'],
    'Body': '<b>Yo</b><br/>O boy!',
    'Subject': 'E-mail using Flow via SharePoint'
    }
    }

     

    This is the error for the body:

     

    A node of type 'StartArray' was read from the JSON reader when trying to read a value of a property; however, a 'PrimitiveValue' or 'StartObject' node was expected.

  • GuMean Profile Picture
    77 on at

    Do you know a way to send a V3 notification as high importance? Send an Email V2 has this option, but I do not see one for V3...

  • Community Power Platform Member Profile Picture
    on at

    {
    "properties": {
    "__metadata": {
    "type": "SP.Utilities.EmailProperties"
    },
    "To": {
    "results": ["Test@gmail.com"]
    },
    "CC": {
    "results": ["Test@gmail.com"]
    },
    "Body": "Test",
    "Subject": "Test"

    }
    }

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard