How Can I Find the IP Address of the Client Making the POST to My Webhook Endpoint?

This topic was automatically generated from Slack. You can find the original thread here.

Sorry, but I wasn’t able to find this from searching here or in the discourse. In my workflow, I’d like to know the IP address of the client making the POST to my webhook endpoint. I don’t see it in the steps.context.

It should be it steps.trigger.event.client_ip, unless your webhook is emitting the body only. Is it a PIpedream HTTP webhook?

Yes. Pipedream HTTP. I’m using a HTTP POST to send a JSON body. Nothing int he steps.trigger.event other than the body.

Can you please share a screenshot of your HTTP trigger configuration?