What is your goal?
I have a scenario that starts with make.com webhook and i send a custom header in the request “x-webhook-secret”
how do i set a conditional so we make sure the value of this header “x-webhook-secret” is equal to a vlue before moving to the next step module in the scenario
I have searched and searched and have tried different things and it just wont work. i am highly disappointed in make.com for the UX of the webhook module. the first thing we want is to secure and say if some header is equal to a value and it should not be a pain to setup that requires signing up for a forum to get help
What is the problem & what have you tried?
i have tried these and none of them work
{{ first(map(1.headers; value; name; x-webhook-secret)) }} from HTTP Header filters - #2 by samliew
which doesnt work because it changes the “-” to subtract
and {{1.__IMTHEADERS__[“x-webhook-secret”].value}} which also does not work as seen in screenshots attached
I have tried many other things but here to ask the community on what the solution to this is
Error messages or input/output bundles
Please check screenshots of many things i have tried that does not work
Screenshots (scenario flow, module settings, errors)
make-crappy-ux-1.pdf (279 KB)





