SOLVED

Discovery around Email 2 and Email 3 fields

Go to solution
akshat_goyal
Level 3

Discovery around Email 2 and Email 3 fields

Question: If we add fields "Email 2" and "Email 3" from CRM how are these handled?

1) Confirm these email addresses would not be sent any email.

2) If a form completion is done with an email address that is in one of those values, will Marketo know not to create a new record?

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Discovery around Email 2 and Email 3 fields

Those fields have no special meaning in Marketo.

 

The only way they’ll receive mail is if you deliberately use Send Alert to send to the corresponding {{lead.token}}. Send Email only ever uses the system Email Address field.

 

Marketo forms will not merge on those other fields. A custom form (fully custom, i.e. not created in Form Editor and not using the Forms JS API to submit) can potentially use the Marketo REST API to merge on Email 2 or Email 3 but that requires custom development.

View solution in original post

4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: Discovery around Email 2 and Email 3 fields

Those fields have no special meaning in Marketo.

 

The only way they’ll receive mail is if you deliberately use Send Alert to send to the corresponding {{lead.token}}. Send Email only ever uses the system Email Address field.

 

Marketo forms will not merge on those other fields. A custom form (fully custom, i.e. not created in Form Editor and not using the Forms JS API to submit) can potentially use the Marketo REST API to merge on Email 2 or Email 3 but that requires custom development.

akshat_goyal
Level 3

Re: Discovery around Email 2 and Email 3 fields

Hi @SanfordWhiteman  thanks for reply do you know how munchkin code does it react to this multiple email address? 

SanfordWhiteman
Level 10 - Community Moderator

Re: Discovery around Email 2 and Email 3 fields

Munchkin has no awareness of other email type fields.

 

When you submit a form with the Munchkin cookie value and a value for the standard Email Address field, the cookie is associated with a lead with that Email Address.

akshat_goyal
Level 3

Re: Discovery around Email 2 and Email 3 fields

Thank you