• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

How to send multi-dimensional array with "API by Pabbly"

auguk

Member
Hello,

I am working on this automation:
https://connect.pabbly.com/workflow/mapping/IjM0MDQ4OSI_3D

I need to send a multidimensional array to Vendus Api, and I am using "API by Pabbly" integration.

API by pabbly.jpg


Here is an example of what PHP Array Vendus API is expecting:
https://www.vendus.pt/ws/v1.1/documents.doc
> see example for the Create (POST) call explanation.

My question to you is:

How can I pass the multi-dimensional array values?

E.g. 2-dimensions for "client"

2 dimensions.png



Also 3-dimensions array for "payments" and "items"?

3 dimensions.png




How shall I write these values in the "Set Parameters" fields?


set parameters.png.jpg



Thank you very much for your help in advance.
 

Pabbly

Administrator
Staff member
Consider using Custom POST Request as shown below for your requirment. Let us know if that works for you.

1650889253684.png
 
Top