Im trying to make a Stripe: Create a payment link API call using Make. Unfortunately, that call is not in the list of available modules, so I need to use the Make an API Call module instead.
However, that call requires an array of dictionaries as parameter. I can’t figure out how to add thus kind of value in the field. Am I missing something or is there a better way to do it ?
Do you know how to do this for multiple line items?
I’m getting an unknown number of line items from HubSpot and writing them as an unknown number of line items to a payment link.
If Stripe used JSON, I would use the JSON aggregator, but there isn’t a form aggregator.