HTTP Header filters

I’m looking to a filter based on a HTTP header in a webhook. The headers has around 30 collections in it and I’m looking to filter on one of them.

Is it safe to assume that the header I want to filter on will always have the same ID or should I be searching for name and value ?

You can use the built-in function map to get the value based on another key (name).

e.g.:

{{ first(map(1.headers; value; name; x-hookdeck-verified)) }}

For more information, see

Links

Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —

General

Help Center Basics

3 Likes

OK got it. Thanks :+1:t2:

2 Likes