• 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

Search results

  1. A

    Need Pabbly to return a single JSON object

    For anybody reading this, THIS is the first (probably automated) response: I wish I was joking, but they're absolutely serious about this. Gotta love the irony.
  2. A

    Please have Pabbly Connect's Slack app approved by Slack itself

    The current version of the app is not authorized. Please try and change this by handing it in for approval, because often times, employers will only allow apps from the directory that are approved, giving you a disadvantage in comparison to Zapier...
  3. A

    Need Pabbly to return a single JSON object

    Thank you, i did that. https://pabbly.featureos.app/p/pabbly-connect-webhook https://pabbly.featureos.app/p/pabbly-webhook-add-option-to-save-raw-response
  4. A

    Need Pabbly to return a single JSON object

    How does the format of the response body have to differ for it to display empty fields, then? The mentions *are* present, but Pabbly simply doesn't display them. I know that I probably can check for whether the field exists with another combination of modules but it's imo questionable...
  5. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    For anybody reading – this is caused by overlapping issues. Handing over values in Pabbly fields to use them in code is simply problematic when they contain something that resembles Html tags "<…>". The problem is solely the opening tag. Replacing with searching for the literal lesser than –...
  6. A

    Need Pabbly to return a single JSON object

    Can I make a different suggestion – the problem with the advanced response was that there was a key in the object which was an empty array, and it didn't show up in the field list. Dealing with an empty array can be accounted for in code, but if the Pabbly Field for said array is sometimes...
  7. A

    Need Pabbly to return a single JSON object

    Thank you for the confirmation. Are you intending to implement this?
  8. A

    Need Pabbly to return a single JSON object

    by the way, Postman also has no problem just displaying the raw body, or is this the wrong form? The documentation on the webhooks is also mentioning only raw json:
  9. A

    Need Pabbly to return a single JSON object

    Wouldn't Zapier work either, then? Because they dealt with it just fine. It's all wrapped inside a big object.
  10. A

    Need Pabbly to return a single JSON object

    Sure, this doesn't simply give back a single item either: The main difference is the following: if you have a key that has an array attached to it, it'll be in one field when simple response is DEACTIVATED. With simple response, this is split:
  11. A

    Need Pabbly to return a single JSON object

    Could you elaborate on how to access the raw response body from e.g. a webhook? It only lets me select different fields.
  12. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    I appreciate it! I understand that the code element is still in beta, but this would be a very essential reason for me to not use Pabbly and return my purchase. :/ The issue really seems to be that it thinks everything that is enclosed by <…> is a HTML tag, even though convention defines it...
  13. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    Addition: I'm aware that the fields have to be sanitized for HTML tags before use in code. However, that's not a Html tag. Do I really have to run TWO replace-modules (one for < and one for >) so this clears?
  14. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    Here's the isolated problem: even if you have straight text, everything between <> gets filtered out by the JavaScript code module, even though this behaviour cannot be replicated when running it otherwise in NodeJS. I can't replace the < and > either, because as soon as it's in the module...
  15. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    I'm kindly pointing you towards the Slack documentation where a non-expiring status is set by passing 0. Regarding the main issue: The "we won't debug your code" is uncalled for – the code runs through fine if the value doesn't come from a Pabbly field. I've tested it. It's definitely to do...
  16. A

    Webhook or API response field can't be properly used in JavaScript due to < character being misinterpreted as Html tag

    I've searched for similar problems but it didn't come up with anything. Here's the thing: I get back an API response with a string – literally it's "This is the <{{|m|2590|}}>". When using this in Javascript code, it'll just blank it out. - I've tried leaving out the quotes in the return...
Top