• 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
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

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

Recent content by kalintro

  1. kalintro

    Add negative numbers in a parameter?

    For future reference we set the type to "String" and convert it in the request body raw like "vertical_margine": "numeric({{vertical_margine}})". Thanks to the integration team!
  2. kalintro

    Add negative numbers in a parameter?

    @ArshilAhmad Any good tip? :)
  3. kalintro

    Add negative numbers in a parameter?

    Hi there! Anyone know hot to directly add a negative number (i.e. -20) into a integration action which is a Number? I get error in the workflow:
  4. kalintro

    "unescape" input parameter for json safe request?

    @Preeti Paryani ! Aha, you are absolutely right! Thank you very much for your help! :D
  5. kalintro

    "unescape" input parameter for json safe request?

    Thanks for the reply, @Preeti Paryani ! I don’t think that will solve the problem because, while the parameter will be valid for triggering the request (JSON valid), the request data will be "double-escaped" in the actual and final payload. The "escaped parameter" is input from the...
  6. kalintro

    "unescape" input parameter for json safe request?

    I get this when sending in a "html template" through a string parameter in my pabbly app: Bad control character in string literal in JSON at position 2 (line 1 column 3). But if i send in the "json safe" and escaped parameter, pabbly "double escapes" the actual request to the api? Is there a way...
  7. kalintro

    "unescape" input parameter for json safe request?

    Hi there! Does anyone know how to "unescape" a input parameter? For example i want this input: This is a "test" to become: This is a \"test\"
  8. kalintro

    Default string value in custom app "Action" will not show up in default?

    @Nivesh Thank you, it solved it! One last question: is it possible to add some "if else" logic to the raw body? For example, I want the selfEncrypt object only to be present IF the Algorithm parameter is NOT empty and has a value, is there a way to do that (the blue should then not be present...
  9. kalintro

    Default string value in custom app "Action" will not show up in default?

    Thank you for the clarification @Nivesh ! Do you also know why my Authroization connection only works if i add a default value in the action header? Connection in the workflow which fails when i manually add the api key when the default value is empty:
  10. kalintro

    Default string value in custom app "Action" will not show up in default?

    Hi! Anyone know why string default values will not show up in the workflow when I try too add the app and action? Boolean values (default) works, but not strings.. Result:
Top