Update Person records that share same email | Community
Skip to main content
New Participant
December 7, 2023
Solved

Update Person records that share same email

  • December 7, 2023
  • 2 replies
  • 1379 views

Hi All, I have an integration where I want to update the Person record with an email address "abc@xyz.com" using an external ID. However, I am unable to identify if there are duplicate records that share the same email address. Is there any automation in Marketo that I can use to update the data of duplicate records with the values from the updated record?

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 SanfordWhiteman

You need to use a webhook-compatible service to spread/broadcast changes to other people with the same Email Address.

2 replies

anne_sample_f5
New Participant
December 8, 2023

It's been a few years, but I did this exact thing using Zapier. In my case I was maintaining subscription preferences across multiple records. I had a smart campaign set up so that when someone filled out our preference form, if they were a possible duplicate, it would trigger a webhook into Zapier that sent all the fields I wanted to update. Zapier would take those field values, run a search for all records in Marketo with that email address, and then push those field values into each of the resulting records in Marketo.

 

So the flow I used in Zapier was as follows:

1. Webhooks by Zapier

2. Find Lead in Marketo

3. Create or Update Lead in Marketo

 

I'm sure you could do something similar with a number of different platforms, just wanted to share the details of how I had accomplished this so maybe you'd have a starting point.

 

Good luck!

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
December 7, 2023

You need to use a webhook-compatible service to spread/broadcast changes to other people with the same Email Address.