HTTP Response Headers in Lookup

Hey Everyone,
I'm working with an API that requires the use of the if-match http header. I need to make a GET call and retrieve a value from the response header "eTag" and then included that value as the if-match. I can't find a way to access the https response headers in an HTTP Lookup bubble.

Is there a way to do this? Are those headers available?

Thanks!

You'll have to use the ole workaround for now which is to not use a lookup and instead use an import step. From there, you'll have to use our api to update the method to a GET after you put all the other setup in that you need (UI gets weird after you set method to GET via api). Then go to response mapping and you'll have access to the headers to response map. As for calling our api, I usually use the ZangaBox chrome extension since it makes it much easier to update things via api call compared to generating a token and using postman.

We tentatively have a feature enhancement for April's release where response headers will be available in transformation 2.0 of lookups and exports.

Hi Tyler!
Thanks for the workaround. I'll give that chrome extension a try. I saw your other posts outlining how it can be used.

Appreciate the help!!