Click on Map Input link in Configure Activity section displayed below the orchestration.
Add 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. |
CREATED_FROM | Integer | Yes | Value indicating the way in which you are adding the Lead to the system. Values include: 0 – Imported from a database 1 – Added manually 2 – Opted in 3 – Created from tracking database |
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. |
UPDATE_IF_FOUND | Boolean | No | If the UPDATE_IF_FOUND element is set to true, attempting to add a Lead with a duplicate key will result in an update to their record. If the database has no Unique Identifier and UPDATE_IF_FOUND is set to true, attempting to add a Lead with duplicate SYNC_FIELDS will result in an update to the record. |
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. |
CONTACT_LISTS | Integer | No | If included, the Lead will be added to all specified Lead/Contact lists in addition to a database. Child Element : The contact list id that Lead will be added to. |
COLUMN | Depends on Each column name type. | Yes | XML nodes defining the column name and value for fields being added or updated. 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. Child Element : 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 |
SYNC_FIELDS | Depends on Each column name type. | No | Required if the database has no Unique Identifier and UPDATE_IF_FOUND is set to true. Used to look up a Lead in a database that has no Unique Identifier defined. Include a SYNC_FIELDS element for each database column that defines a unique Lead. Note: If more than one Lead is found matching the lookup columns, the oldest Lead will be updated. Sync fields will be ignored if the database has a key. NAME: Defines the field name. VALUE : Contains the field value. |