How to access request info of triggered webhook in flows

I have a postman flow that I trigger with webhook

webhook I get from postman, now I want to trigger webhook by passing extra path or query param, so later in the postman flow, I can perform different operation depending on the content of query param

seems like I only can access body of the get request sent to webhook, but not params or the full url that was invoked by external resource

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