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 / Valid Json issue in HT...
Power Automate
Suggested Answer

Valid Json issue in HTTP Action

(0) ShareShare
ReportReport
Posted on by 172
 
 
Above HTTP is used to send email to some users in company 

My output from compose is 
 
{"emailAddress":{"address":"SOME EMAIL"}},{"emailAddress":{"address":"SOME EMAIL"}},

Gramatically this is correct but i still get the Enter a Valid Json error.I tried converting the output to string but i still get the issue 
Is there some way to avoid this error?

Thanks in advance
 
Categories:
I have the same question (0)
  • Suggested answer
    Srini007 Profile Picture
    3,483 Super User 2026 Season 1 on at
     
    I'm trying to understand is there any reason that not to use the Send Email action but using the HTTP action?
     
     
    If it helped you, please click "Does this answer your question?" and give it a like or mark it as Solution, it helps others in the community find answers more easily!
    Regards,
    Srini
  • NM-06090901-0 Profile Picture
    172 on at
    Hi @Srini007

    I dont want to use an account to send emails 
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @NM-06090901-0
     
    HTTP Request body should be like this:
    if you want send email to single recipients:
    {
      "message": {
        "subject": "Subject Line",
        "body": {
          "contentType": "HTML",
          "content": "Email Body"
        },
        "toRecipients": [
          {
            "emailAddress": {
              "address": "test@test.com"
            }
          }
        ]
      },
      "saveToSentItems": "true"
    }
    If multiple recipients:
    {
      "message": {
        "subject": "Subject Line",
        "body": {
          "contentType": "HTML",
          "content": "Email Body"
        },
        "toRecipients": [
          {
            "emailAddress": {
              "address": "user1@test.com"
            }
          },
          {
            "emailAddress": {
              "address": "user2@test.com"
            }
          },
          {
            "emailAddress": {
              "address": "user3@test.com"
            }
          }
        ]
      },
      "saveToSentItems": true
    }
    
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!
     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard