API connector - Sending a list as a parameter

Hi Guys,

Anyone knows what is the format of a list in the built in for parameters of an API connector call?

Best,
Tomer

1 Like

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


Im talking about the parameters as seen in the pictures… Lets say i have an api the requires a list, what is the format i put in the input to provide that?

2 Likes

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

1 Like

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.