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 contact. | |
String | Yes | Email address for the contact. Note: At the time of this writing, email is included twice in the response. | |
RecipientId | String | Yes | Internal unique ID for each contact. 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 contact. 0 – HTML 1 – Text |
LastModified | String | Yes | Last time the Contact record was modified. |
CreatedFrom | String | Yes | Value indicating the way in which Engage added the selected contact to the system. 0 – Imported from a database 1 – Manually added 2 – Opted in 3 – Created from tracking database |
OptedIn | Boolean | Yes | Contact's opt-in date, if applicable. |
OptedOut | Boolean | Yes | Contact's opt-out date, if applicable. |
ResumeSendDate | String | Yes | The date contact 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 contact belongs to. Child Elements CONTACT_LIST_ID Id of a Contact List which the contact 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. |