POST /contacts/doubleOptinConfirmation

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
attributes Object No

Pass the set of attributes and their values. These attributes must be present in your SendinBlue account. For eg. {'FNAME':'Elly', 'LNAME':'Roger'}

includeListIds[] Array Yes

Lists under user account where contact should be added

email String Yes

Email address where the confirmation email will be sent. This email address will be the identifier for all other contact attributes.

templateId Integer Yes

Id of the Double opt-in (DOI) template

redirectionUrl String Yes

URL of the web page that user will be redirected to after clicking on the double opt in URL. When editing your DOI template you can reference this URL by using the tag {{ params.DOIurl }}.

excludeListIds[] Array No

Lists under user account where contact should not be added

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.