Passing a dynamic value to a webhook via the API Connector

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


This is the raw API connection
It’s driving me mad…any hints/tips really appreciated…

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.

1 Like

Thanks for looking at it @Jici …I’ll give that a try

Sorry how do you detect data in Make?!?

Click on re-dertermine data structure and trigger the webhook from API Connector using initialize button

1 Like

Thanks!

1 Like

fyi I got it working by putting it on the Querystring like this…fingers crossed :slight_smile:


Yes, querystring is also accepted by Make. Form-data too :wink:

1 Like

Yes thanks again for your help

1 Like