Mapping the outputs of the Activity
Create a map between the Silverpop output parameters and the orchestration variables. The expected response is generated on a successful mapping.
Name |
Data type | Required | Description |
SUCCESS | Boolean | Yes | True if successful. |
String | Yes | Email address for the Lead. | |
String | Yes | Email address for the Lead. Note: At the time of this writing, email is included twice in the response. | |
RecipientId | String | Yes | Internal unique ID for each Lead. If an encoded Recipient Id is specified in the request, the Recipient Id in the response will be encoded. |
EmailType | String | Yes | Value indicating the preferred email type for the selected Lead. 0 – HTML 1 – Text |
LastModified | String | Yes | Last time the Lead record was modified. |
CreatedFrom | String | Yes | Value indicating the way in which Engage added the selected Lead to the system. 0 – Imported from a database 1 – Manually added 2 – Opted in 3 – Created from tracking database |
OptedIn | Boolean | Yes | Lead's opt-in date, if applicable. |
OptedOut | Boolean | Yes | Lead's opt-out date, if applicable. |
ResumeSendDate | String | Yes | The date Lead will be opted back in if they are presently in a Snoozed state. |
ORGANIZATION_ID | String | Yes | Identifies your Engage Organization. |
CONTACT_LISTS | String | Yes | If the RETURN_CONTACT_LISTS is ‘true’ in the request, this parent node will be included in the response. It will contain a child element for each Contact List the Lead belongs to. Child Elements CONTACT_LIST_ID Id of a Contact List which the Lead belongs to. |
COLUMNS | Depends on the type of Column child fields. | Yes | XML nodes defining the user-created column name and value. Child Elements Name Specifies the field name. Value Specifies the field value. |