One lead/contact, two email address's | Community
Skip to main content
Monica_Koran
Level 3
February 23, 2016
Solved

One lead/contact, two email address's

  • February 23, 2016
  • 1 reply
  • 5245 views

I work for an industry where it is common for our leads to have two email address's. Since Marketo's unique identifier is an email address, this is causing us to have both multiple records for one contact AND having to run a campaign twice to deliver communication to both address's.  We did create a alternative email field, but I was wondering if anyone knows of any Launchpoint products that might be able to integrate with Marketo and solve this issue.

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Grégoire_Miche2

Hi Monica,

I do not know of any third party tool, but you could imagine to do it with smart campaign and 2 additional fields, called "primary email" and "secondary email". Then, when you want to run an email, run the following sequence of flows:

  1. send email
  2. Change data value, attribute: "primary email", new value: "{{lead.email address}}
  3. Change data value,
    1. Choice: if "Secondary email" is not empty, attribute "email address", new value: "{{lead.Secondary email}}
    2. Default: do nothing
  4. Send email.
    1. Choice: if "Secondary email" is not empty, email: the email you want to send
    2. default: do nothing
  5. Change data value
  6. attribute "email address", new value: "{{lead.Primary email}}

Now, it may happen that the second send, on the secondary email address, gets a hard bounce. You will have to handle this as the lead will be hard bounced, while this would only regards the secondary address.

-Greg

1 reply

Grégoire_Miche2
Grégoire_Miche2Accepted solution
Level 10
February 23, 2016

Hi Monica,

I do not know of any third party tool, but you could imagine to do it with smart campaign and 2 additional fields, called "primary email" and "secondary email". Then, when you want to run an email, run the following sequence of flows:

  1. send email
  2. Change data value, attribute: "primary email", new value: "{{lead.email address}}
  3. Change data value,
    1. Choice: if "Secondary email" is not empty, attribute "email address", new value: "{{lead.Secondary email}}
    2. Default: do nothing
  4. Send email.
    1. Choice: if "Secondary email" is not empty, email: the email you want to send
    2. default: do nothing
  5. Change data value
  6. attribute "email address", new value: "{{lead.Primary email}}

Now, it may happen that the second send, on the secondary email address, gets a hard bounce. You will have to handle this as the lead will be hard bounced, while this would only regards the secondary address.

-Greg

Monica_Koran
Level 3
February 29, 2016

This actually worked perfect and solved our issue.  Thank you!