How can I configure my Postman flow to return the full response body in the webhook response? Currently, when I trigger the webhook at
https://afa535ccf9f34cdba343a0a43802fb54.flow.pstmn.io/
, the initial response is:
{
“event”: “669e56cf13b5fd1725569199”,
“timestamp”: 1721652942900,
“state”: “processing”,
“message”: “A flow run has started for this webhook call”
}
I have a flow called “Identify the IP of an Incoming Request,” which should respond with:
- You are currently in India.
- Your IP address is: 49.37.157.78
How can I ensure that this message is included in the response body of the webhook call?