Postman Flows webhook response publish

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?

@flows-daniel Any idea how can I Acheive this?

Webhooks don’t currently allow for a custom response, but you’ll be able to do this very soon.

Oh ok this will be a great feature.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.