Hello Makers,
I have a very simple requirement. I’m sure I just missed the solution.
I want to secure my webhook with an APIKEY. So deposit a key with Make so that only one request with the key in the header comes through.
As I said, it’s certainly simple, but I don’t see it.
Thanks for the help
I needed a way to tell if a push was manual or automatic. if the automatic =TRUE, then it sends an “x” discord message, if not it goes the other route.
You can add a query string to a button by doing hook.eu1.make.com/xxxxxxxxxxxxxxxxxx?yourkey=xxxxxxxxxxxxxx,
That’s generally not recommendedHeres a very simple version of what you are going for! for secret keys that protect highly sensitive data. those are better to put in the body.
Let me know if this is enough to get you going Happy to elaborate more if needed.