Click on Map Input link in Configure Activity section displayed below the orchestration.
The mandatory parameters for this Activity vary depending on the custom fields of the database.
Update Contact Activity
Name | Type | Required | Description |
CRM-Enable-Sync | String | No | Yes or No type whether to sync the contact to your CRM system or not. |
OLD_EMAIL | String | No | Old email address for the contact. |
RECIPIENT_ID | String | No | The Recipient Id may be provided with a LIST_ID to look up a contact. No key fields are required when passing the Recipient Id. |
ENCODED_RECIPIENT_ID | String | No | The encoded Recipient Id may be provided with a LIST_ID to look up a contact. No key fields are required when passing the Recipient Id. Note: The encoded Recipient Id can be obtained from a sent mailing when %%RECIPIENT_ID%% is placed in the mailing body. |
SEND_AUTOREPLY | Boolean | No | If the database has an autoresponder associated with it and the SEND_AUTOREPLY element is set to true, Engage sends the confirmation when the contact is added to the database. |
ALLOW_HTML | Boolean | No | If ALLOW_HTML is set to true, Engage will interpret—and properly render— HTML within a value in the text field. The default value is false and will convert HTML tags to character entity references (and tags display as literal characters in the text field). |
VISITOR_KEY | String | No | Allows specifying a visitor key to associate a contact to a previously unknown when using the Web Tracking feature. |
OPT_OUT | Boolean | No | OPT_OUT child element allows this operation to add a currently opted-out contact back into the database. |
COLUMN | Depends on Each column name type. | Yes | XML nodes defining the column name and value. Note: Each node must have a Name tag and a Value tag. If the database has a key that is not Email, Unique key columns must also be part of the submission with column names and values. If changing a value of one of the SYNC_FIELDS, the new value should be included as a COLUMN node.
NAME Defines the field name. VALUE Contains the field value. |
SYNC_FIELDS | Depends on Each column name type. | No | Required if the database has no Unique Identifier. Used to look up a contact in a database that has no Unique Identifier defined. Include a SYNC_FIELD element for each column that defines a unique contact. Note: If more than one contact is found matching the lookup columns, the oldest contact will be updated. NAME: Defines the field name. VALUE : Contains the field value. |