• 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

Recent content by nicheweb

  1. N

    Curl Command Won't Fully Import

    Awesome, thanks. This helps a lot.
  2. N

    Certain Text not Allowed?

    It's ok, I figured out a workaround.
  3. N

    Certain Text not Allowed?

    I don't want it to execute the code or anything, just pass the text onto the next system as the next system is what executes the PHP. Is that possible?
  4. N

    Certain Text not Allowed?

    Hello, I'm trying to write an API call and when I put in the following content for one of the values - Pabbly won't allow it to save. Does it have something to do with the PHP? <?php /// code to hide the regex if you are logged into the website as an admin. In this case, it is if the admin...
  5. N

    Iterators and cycling through lists question

    I just want to be able to cycle through all of the data and use it so it doesn't necessarily have to use the iterator. Since the API only allows us to get 100 records at a time in an array and then provides us with the next starting id, is there a way to cycle through all of that data so we can...
  6. N

    Iterators and cycling through lists question

    Hello, I know how to process an array using an iterator, but my question deals with larges chucks of information where they only deliver a certain number of results in the array and then they include the next starting after ID so you can get the next array. I'm limited to 100 results in an...
  7. N

    Curl Command Won't Fully Import

    Any update here? Is the issue still being investigated?
  8. N

    Curl Command Won't Fully Import

    Ok thanks - so does make it so I can use the import curl option, or is this just how to set it up as encoded data and I need to manually type out all of the parameters? If it's the later, is there a reason this curl isn't able to be imported? And if that is the case, is there a way to chang...
  9. N

    Curl Command Won't Fully Import

    Hello, I can send the following curl command on my server and it works fine. When I go into Pabbly API and hit the import curl option, it doesn't put everything into the data field correctly or create parameters. The import curl ignores all of the -d stuff. Can you help me let me know what...
  10. N

    Fundamental Problem with How Values are Handled -

    I've learned recently about using default values as a workaround for when a 0 is returned by an API. In simple response mode Pabbly will display a 0 and in regular mode, pabbly will show a null value when an API returns False for a value. The problem is that in simple mode, the value really...
  11. N

    How to get JSON response?

    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...
  12. N

    How to get JSON response?

    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
  13. N

    How to get JSON response?

    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...
  14. N

    Is there a way to stop tasks that are currently in a waiting status? We have some that have long wait periods and don't want them to run anymore.

    Ok, is there a way to do it in bulk, or does it have to be one by one? We have thousands of these so one by one would be impossible. Could you maybe build in a "stop all in progress" button for a particular workflow?
  15. N

    Is there a way to stop tasks that are currently in a waiting status? We have some that have long wait periods and don't want them to run anymore.

    Is there a way to stop tasks that are currently in a waiting status? We have some that have long wait periods and don't want them to run anymore. Some have wait times of a couple months. Thanks
Top