Cannot locate and map request header from webhook to HTTP Post Req

I have a catch webhook that receives a payload with some headers I have put in there. I am then taking that payload and looking to forward it over to a different endpoint with the same payload and those certain selected headers. I however cannot figure out how to map the specific headers I am looking for (USERNAME, PASSWORD, and ID) to the HTTP request’s headers section.

My webhook does have the header pickup setting enabled. It seems to only pick up pre-generated headers from Postman. Ive sent the exact same payload to an echo server + zapier and I can see those headers in there.
image

Hi there.

This should be easily doable by using the combination of Make functions “Get” and “Map”. They actually have a decent document that explains how to map an array’s item with a given key, which is exactly what you need. Check this out - https://www.make.com/en/help/mapping/mapping#mapping-an-array-s-element-with-a-given-key

Cheers,

2 Likes