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 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"...
  3. 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