Skip to main content
May 6, 2014
Question

Is it possible to sync multiple lead with the same email?

  • May 6, 2014
  • 1 reply
  • 686 views
Sometimes we have more than one Lead in Marketo with the same email address.  As part of our integration, we'd like calls to syncLead or syncMultipleLeads for a given emaila ddress to update all Leads with that email address.  Right now it seems like only one lead is updated.

Is there a way to tell the API to update all leads?

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Jep_Castelein2
Level 10
May 6, 2014
I'm not aware of such a setting. As an alternative, you could do getMultipleLeads to get the Marketo IDs, then call syncLead and pass in the Marketo IDs instead of the email address.