cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Where is the contacts main email address stored?

0 Kudos
210

Hi

I have a contact with the ID 10101 in SAP Marketing.
Now I am adding two email addresses to the contact using the OData interface:

PUT AdditionalIDs(ContactID='10101',ContactOrigin='Z_CCARD', InteractionContactAdditionalOrigin='EMAIL',InteractionContactAdditionalExternalID='ab.10101@test.at') HTTP/1.1 

PUT AdditionalIDs(ContactID='10101',ContactOrigin='Z_CCARD', InteractionContactAdditionalOrigin='EMAIL',InteractionContactAdditionalExternalID='cd.10101@test.at') HTTP/1.1

(1) Which of them will be defined as main email address for this contact?
(2) In which database table can I find this information? CUAND_CE_IC_ROOT?

(3) What will happen, if one email address has an opt-in and the other one has an opt-out?
(4) Will the main email address have the opt-in status?
(5) Will the main email address always be taken when performing a email campaign?

Thank you for your support.
Best regards
Christian

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi

I did some testing and found out, that the main email address is available in SMTP_ADDR data field from table CUAND'_CE_IC_ROOT.
If contact has two email addresses and only one of them has an opt-in, this will automatically become the main email address of the contact.

Best regards
Christian

Answers (0)