Optional Query String Params in API Connector?

Ok. Because you are in a GET request, you don’t have access to body like you have in POST.
I think the best thing would be to create a plugin if you have a lot of possible missing field. If there’s two or three, you could consider using conditionnal to provide correct parameters
instead of putting them in the API connector, you put everything after ? into one [parameters] and in this parameters, you wil lset param1=value1&param2=value2 (and in editor, you replace the value with dynamic token.) If you have a lot, I think a plugin will be easier to use and create

1 Like