
From the Cloud Integration Inbound Message (Marketing Cloud Outbound), the E-Mail address needs to be extracted from the Value field. Received Message from SAP Hybris marketing Cloud (converted to XML) | When the message is received, the E-Mail addresses are extracted and transformed to URL encoded String. This is send to Neverbounce for validation. |
<?xml version='1.0' encoding='UTF-8'?> <d> <Campaign> <CampaignId>0000000300</CampaignId> <Name>OC_Neverbounce</Name> <MarketingAreaId>CXXGLOBAL</MarketingAreaId> <SegmentationObject>SAP_CE_CONTACT_ENGAGEMENT</SegmentationObject> <ImplementationId>ZOC_NEVERBOUNCE_EXPO</ImplementationId> </Campaign> <PackageId>1</PackageId> <ExecutionStartDateTime>2017-06-16T13:42:28Z</ExecutionStartDateTime> <ExecutionRunKey>02000A1BABB81EE794D333D60ADCBDB3</ExecutionRunKey> <CampaignTargetGroupMembers> <OutboundId>B8DE1F6EAC2C09B92F16A99555E690F4D2B15BFE</OutboundId> <PackageId>1</PackageId> <ExecutionRunKey>02000A1BABB81EE794D333D60ADCBDB3</ExecutionRunKey> <TargetGroupMemberAttributeData> <AttributeId>DA-SAP_CE_IC_CONTACT-IC_ID_ORIGIN</AttributeId> <Value>EMAIL</Value> <EdmTypeId>Edm.String</EdmTypeId> <OutboundId>B8DE1F6EAC2C09B92F16A99555E690F4D2B15BFE</OutboundId> </TargetGroupMemberAttributeData> <TargetGroupMemberAttributeData> <AttributeId>DA-SAP_CE_IC_CONTACT-IC_ID</AttributeId> <Value>John.Doe@sap.com</Value> <EdmTypeId>Edm.String</EdmTypeId> <OutboundId>B8DE1F6EAC2C09B92F16A99555E690F4D2B15BFE</OutboundId> </TargetGroupMemberAttributeData> </CampaignTargetGroupMembers> <CampaignTargetGroupMembers> <OutboundId>F5C7E84C030D03ADB4E2DD963D52F2C224E7EE0E</OutboundId> <PackageId>1</PackageId> <ExecutionRunKey>02000A1BABB81EE794D333D60ADCBDB3</ExecutionRunKey> <TargetGroupMemberAttributeData> <AttributeId>DA-SAP_CE_IC_CONTACT-IC_ID_ORIGIN</AttributeId> <Value>EMAIL</Value> <EdmTypeId>Edm.String</EdmTypeId> <OutboundId>F5C7E84C030D03ADB4E2DD963D52F2C224E7EE0E</OutboundId> </TargetGroupMemberAttributeData> <TargetGroupMemberAttributeData> <AttributeId>DA-SAP_CE_IC_CONTACT-IC_ID</AttributeId> <Value>Max.Mustermann@abc123.com</Value> <EdmTypeId>Edm.String</EdmTypeId> <OutboundId>F5C7E84C030D03ADB4E2DD963D52F2C224E7EE0E</OutboundId> </TargetGroupMemberAttributeData> </CampaignTargetGroupMembers> </d> | As URL encoded String for E-Mail verification: John.Doe%40sap.com%0AMax.Mustermann%40abc123.com Message, send back to SAP Hybris Marketing Cloud: <?xml version="1.0" encoding="UTF-8"?> <ImportHeaders> <ImportHeader> <Id/> <Interactions> <Interaction> <Timestamp>2017-7-06T11:32:08</Timestamp> <Reason>EMAIL_INVALID</Reason> <InteractionType>EMAIL_BOUNCE_HARD</InteractionType> <ContactIdOrigin>EMAIL</ContactIdOrigin> <ContactId>Max.Mustermann@abc123.com</ContactId> <CommunicationMedium>EMAIL</CommunicationMedium> <Key/> </Interaction> </Interactions> </ImportHeader> </ImportHeaders> |
{
"access_token": "e8d91ea95de5be42cf1f71324f7fcbc33741851a",
"expires_in": 3600,
"token_type": "Bearer",
"scope": "basic user"
}
{
"success": true,
"job_status": 0,
"job_id": 12345,
"execution_time": 0.16023087501526
}
Value | Description |
0 | Request has been received but has not started indexing |
1 | List is indexing and deduping |
2 | List is awaiting user input (Typically skipped for lists submitted via API) |
3 | List is being processed |
4 | List has completed verification |
5 | List has failed (Click here to learn how to fix a failed list) |
Parameter | Description |
valids | Include valid emails |
invalids | Include invalid emails |
catchall | Include catchall emails |
disposable | Include disposable emails |
unknown | Include unknown emails |
duplicates | Include duplicated emails (duplicates will have the same verification result) |
textcodes | Result codes will be returned as english words instead of numbers |
Field | Mapping | Mandatory |
Timestamp | currentDate("yyyy-M-dd'T'HH:mm:ss","Sunday","1","true") | x |
InteractionType | const( "EMAIL_BOUNCE_HARD") | x |
ContactIdOrigin | const(""EMAIL"") | x |
ContactId | ifWithoutElse(stringEquals(/root/row/status,const(""invalid"")),/root/row/email,""true"") | x |
CommunicationMedium | const(""EMAIL"") | x |
Key | const("""") | x |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |