Double opt-in a contact - DoubleOptInRecipient

Used to confirm a contact in a Acoustic Campaign Double Opt‐in Database.

Any fields specified override any previously specified values set when creating the contact from the Pre Opt‐in state.

Elements (Required)

LIST_ID - The ID of the Double Opt‐In database where Acoustic Campaign adds the contact.

COLUMN - XML nodes defining the column name and value. Note: A node must exist for the Email column. Each node must have a Name tag and a Value tag. Unique key columns must be part of the submission with column names and values.
NAME - Defines the field name. The name of the Email column must be EMAIL. The name of the email type column must be EMAIL_TYPE.
VALUE - Contains the field value.

Elements (Optional)

SEND_AUTOREPLY - Acoustic Campaign sends a confirmation, if True and the database has a confirmation auto-responder.

ALLOW_HTML - If True, Acoustic Campaign interprets and properly renders HTML in the text field. The default value is False and converts HTML tags to character entity references and tags display as literal characters in the field.

<Envelope>
  <Body>
    <DoubleOptInRecipient>
      <LIST_ID>85628</LIST_ID>
      <COLUMN>
        <NAME>Customer Id</NAME>
        <VALUE>123-45-6789</VALUE>
      </COLUMN>
      <COLUMN>
        <NAME>EMAIL</NAME>
        <VALUE>[email protected]</VALUE>
      </COLUMN>
    </DoubleOptInRecipient>
  </Body>
</Envelope>
<Envelope>
  <Body>
    <RESULT>
      <SUCCESS>TRUE</SUCCESS>
      <RecipientId>33535067</RecipientId>
    </RESULT>
  </Body>
</Envelope>

Elements (Results)

SUCCESS - True if successful; False if not.

RECIPIENTID - ID of newly added contact.

ORGANIZATION_ID - Identifies your Acoustic Campaign Organization.