• 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.

Search results

  1. A

    Double Opt-in as an action

    I have a working workflow in Pabbly, but I need to add a double opt-in as an action. The action has to send an opt-in Email to an email address from a former action in the workflow and only if the mail recipient uses that opt-in, the remaining steps of the workflow, should be executed. Do you...
  2. A

    Mapping Elementor Fields in an API Post Request Body

    I've solved my problem with using the text formatter. Maybe not the most elegant solution, but it works.
  3. A

    Mapping Elementor Fields in an API Post Request Body

    You can find the documentation for adding a record with the API here in German: https://webconnect.cobra-hilfe.de/docs/webconnect/EineNeueAdresseAnlegen But I don't know why you need it, I think my problem is clear. I have to make an API rquest with folllowing body: [ { "name": "Anrede"...
  4. A

    Mapping Elementor Fields in an API Post Request Body

    That workflow works fine with that static body, but I have to map the Elementor Form Fields of the first action to the value body fields of the third action.
  5. A

    Mapping Elementor Fields in an API Post Request Body

    I have to make an API Post with the following body, but I'm not sure how to map the values from an Elementor form request made before : [ { "name": "Anrede", "value": "Herr" }, { "name": "E-Mail", "value": "[email protected]" }, { "name": "Firma", "value": "Qualiaeter"...
  6. A

    API Get with nRequest Body

    I have to make a API get request with a request body, but I don't know how to integrate that body in my request. The body is: { "userName": "EventConnect", "password": "E=Q~XdJ(R$UEJp" }
Top