Thimo
February 16, 2019, 7:07pm
1
Is there someone that knows how to implements nested parameters into the API Connector plugin?
These are the parameters I need to use:
I already tried something like this:
But that doesn’t seem to work.
I hope that someone knows a solution.
Thanks.
1 Like
philip
February 16, 2019, 7:21pm
2
This thread may be helpful in your situation: How to properly format an API Post Object array?
Essentially instead of using parameter key/value inputs, scroll down to the next multiline input “Body (JSON object…)” and construct the JSON body with dynamic values.
1 Like
Thimo
February 16, 2019, 7:54pm
3
Thanks you for your response!
I tried to put everything into “Body (JSON object…)” like this:
And I am getting the following error message:
Do you know what i’m doing wrong? Thanks.
Thimo
February 16, 2019, 8:33pm
4
Nevermind it is working now!
I had to add this in the header:
2 Likes