• 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 get JSON response?

nicheweb

Member
I shared my workflow and you have permission to test everything in it. When I submit the API request in Pabbly, I send the API Endpoint URL and I've tried both simple response and regular response, and both times Pabbly returns a simple response looking result and not the JSON. When I copy the exact same API Endpoint URL into my browser, I get a JSON response, so why am I not getting a JSON response inside of Pabbly that I can use?
 

nicheweb

Member
I should also note if I send the exact same API Endpoint URL in postman, I get a JSON response back so I know it's possible, I just need to know how to get it in Pabbly. Thanks
 

ArshilAhmad

Moderator
Staff member
Hi @nicheweb,

Based on the Workflow URL you shared, we can see that you receive separate records when the 'Simple Response' is enabled.
1736874922991.png


When the 'Simple Response' is disabled, you receive the records in the form of an array.
1736875006227.png
 

nicheweb

Member
I'm talking about the entire thing as a JSON response like when I send the request in postman and if you enter my API URL into a browser. The JSON response returns true and false for results and when Pabbly is returning them and splitting them into individual fields it's not retaining the false record and it looks like it is Null.

Here is how the response looks in postman and by entering it into the URL bar - https://gyazo.com/5977c0209217f646f272e0ff78231cbf
 

ArshilAhmad

Moderator
Staff member
Currently, it's not possible to get the JSON in raw form, even with the simple response disabled. You can try using the 'Default Value' action event to get the value as 'False' instead of an null value.
1736892287925.png
 
Top