Hi
I want to pass a dynamic value to a webhook using the API connector…I think I’ve tried all the permutations of using raw/json and it worked for a while and then stopped working for some reason…
This is variable
Actually, you are only sending a value. no key. Is this what you want?
Did you run debug_mode and inspect what is sent? Also, your screenshot show an empty content-type. If this was working before… did you change privacy rules?
In Make… did you redetect data?
Personnaly, I think you should choose json and use
{"product":"<product>"}
Change content-type to application/json (make it private as it shouldn’t be modified) and detect data in make again.