Hi Guys,
Anyone knows what is the format of a list in the built in for parameters of an API connector call?
Best,
Tomer
Hi Guys,
Anyone knows what is the format of a list in the built in for parameters of an API connector call?
Best,
Tomer
Hi @tomerlan5 This depend on the API specifications!
In most case, you should use the JSON body part and create the list using :formatted as text
Did you ever figure this out? Trying to use a list of images as a parameter here also. Thanks!!
Like I’ve already told, this depend of the API specifications. Share a url to the API doc endpoint
Have you figured this out?
I may provide such API:
https://stripe.com/docs/api/checkout/sessions/object
payment_method_types - array of strings.
From a first sight - cannot add it correctly.