Click on Map Input link in Configure Activity section displayed below the orchestration.
Update Lead Activity
Name | Type | Required | Description |
CRM-Enable-Sync | String | No | Yes or No type whether to sync the Lead to your CRM system or not. |
OLD_EMAIL | String | No | Old email address for the Lead. |
RECIPIENT_ID | String | No | The Recipient Id may be provided with a LIST_ID to look up a Lead. 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 Lead. 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 Lead 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 Lead 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 Lead 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 Lead in a database that has no Unique Identifier defined. Include a SYNC_FIELD element for each column that defines a unique Lead. Note: If more than one Lead is found matching the lookup columns, the oldest Lead will be updated. NAME: Defines the field name. VALUE : Contains the field value. |