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 test a Power Au...
Power Automate
Unanswered

How to test a Power Automate with a http request trigger in Postman?

(0) ShareShare
ReportReport
Posted on by 39

I created a Power Automate with a http request trigger. In this http request action I have this json body:

 

 

{
 "type": "object",
 "properties": {
 "SiteUrl": {
 "type": "string"
 },
 "ListTitle": {
 "type": "string"
 },
 "ListGUID": {
 "type": [
 "string",
 "null"
 ]
 },
 "ItemID": {
 "type": [
 "integer",
 "null"
 ]
 },
 "ClaimsUser": {
 "type": [
 "string",
 "null"
 ]
 },
 "FlowName": {
 "type": [
 "string",
 "null"
 ]
 }
 }
}

 

 

 

I would like to test in Postman and try to do a Post request with this body:

 

 

{
 "SiteUrl": "https://myCompany.sharepoint.com/sites/Test/",
 "ListTitle": "Documenten",
 "ItemID": 60,
 "ClaimsUser": "i:0#.f|membership|svc-spo-dms-hi@myCompany.com",
 "FlowName": "Bestandsbeheer Documenten",
 "ListGUID": "4d084425-ff5a-4aa6-9227-51c42d820cec"
}

 

 

I got this error: The input body for trigger 'manual' of type 'Request' did not match its schema definition. Error details: 'Invalid type. Expected Object but got String. What I am doing wrong?

Categories:
I have the same question (0)
  • Expiscornovus Profile Picture
    33,195 Most Valuable Professional on at

    Hi @KLD

     

    Just to double check. You are using the When a HTTP request is received trigger action, correct?

     

    Can you also share a screenshot of your Postman setup, especially the body and the headers of your Postman request.

     

    Btw, does your header of your Postman request include Content-Type:application/json?

  • msalamonjl Profile Picture
    51 on at

    I'm having the same issue.  I followed this precisely but still got the error mentioned above: https://carldesouza.com/triggering-a-microsoft-flow-post-request-from-postman/

     

    Has anyone solved this?

  • Community Power Platform Member Profile Picture
    on at

    Also encountered this issue.

    Ensure the body is set to JSON not text

    MeatDepartment_0-1614058652269.png

     

  • CF2021 Profile Picture
    2 on at

    The issue should be the type passed.  By default Text is selected.  Change it to JSON.  This is mentioned by Anonymous below as well and is the correct answer

    CF2021_0-1695970372224.png

     

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 525 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 324 Moderator

#3
abm abm Profile Picture

abm abm 232 Most Valuable Professional

Last 30 days Overall leaderboard