• 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

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

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