• 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

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
 

Supreme

Well-known member
Staff member
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