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 / When HTTP Request is R...
Power Automate
Unanswered

When HTTP Request is Received - Not working but works on other site.

(0) ShareShare
ReportReport
Posted on by 38

Hi,

 

I created a flow that processes an HTTP request. I currently have it set up as a POST request and have the following schema:

 

 

{
 "clientId":"0553ad77-f5ce-4ee0-aa81-29c1078f780b",
 "intake":{
 "test.1":{
 "type":"ANSWER",
 "qid":"test.1",
 "answer":"test"
 }
 },
 "intakeLoopIterationIdsToDelete":[]
}

 

 

This is what it shows on the payload:

 

{
 "type": "object",
 "properties": {
 "clientId": {
 "type": "string"
 },
 "intake": {
 "type": "object",
 "properties": {
 "test.1": {
 "type": "object",
 "properties": {
 "type": {
 "type": "string"
 },
 "qid": {
 "type": "string"
 },
 "answer": {
 "type": "string"
 }
 }
 }
 }
 },
 "intakeLoopIterationIdsToDelete": {
 "type": "array"
 }
 }
}

 

 

I tried POST with Postman and it works. I tried POST from the site I need to send the data from to Postman and it posts correctly. I then try to post from the original site to webhook.site and it also post correctly. I then try POST from the original site and it never receives the reply. I input the URl correctly. I also set the method to POST and still no go. Why would it post in Postman and webhook.site but not in Power Automate?

Categories:
I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 112 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 52

#3
Ellis Karim Profile Picture

Ellis Karim 51 Super User 2026 Season 1

Last 30 days Overall leaderboard