• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

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