• 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.

API POST Worked For 2 Months, Now Error

Hi,

I'm sending an API POST Event which has been working for months, but suddenly fails. If I use all the API provider's default test data, it fails, but if I use PostMan, it works.

The Endpoint URL is good, but I get an error saying the documents array is not an array.

This is the JSON code that works in POSTMAN.
{ "envelope_title": "Example Envelope", "envelope_documents": [ { "document_title": "Example Document", "document_url": "http://assets.signable.co.uk/SampleDoc.pdf", "document_file_name": "test.pdf" } ], "envelope_parties": [ { "party_name": "Jo Bloggs", "party_email": "[email protected]", "party_role": "signer1", "party_message": "This is a message." } ] }

Here is my Pabbly action:
Screenshot 2023-04-27 at 17-07-16 Pabbly Connect.png


What am I missing?

Thanks
 
P

Pabblymember11

Guest
Can you please tell us which endpoint you are trying to use?

1682660038790.png


Further, try using the "Custom Request" action step type and then try again.

1682660282377.png


You may also refer to the following video tutorial and then try again.

 
Top