Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • In this tab complete the relevant fields:

    • Data type (mandatory): Lead
      The integration will be executed after the email capture form is submitted.

    • End Point type (mandatory): Custom API
      This informs preezie that the lead integration will be passed using a customized endpoint.

    • Authentication type (mandatory): Choose your system’s authentication type
      If your system uses authentication on their Rest API, it is necessary to add these on this form.

    • End Point Url (mandatory): Your API end point Url
      This is where the lead will be sent to after the lead submit.

    • Api Key Name: The parameter name attached to the Header of the API post request.
      This name can be changed according to your API.

    • Api Key Value: Your API key value
      It will be attached together in the Header of the API post request.

Info

If your Autentication Authentication type is set to Query String Api Key then the name and key values will be passed in the Url

...