Help with setting up a batch program to pull lead data updates

Anonymous
Not applicable

Help with setting up a batch program to pull lead data updates

Hi,

I'd like to know if there's a way to set up a daily batch program to pull updates to lead data from an external source. The alternative that I'm considering is to batch push the updates into Marketo via the web API.

Thanks!

3 REPLIES 3
John_Clark1
Level 10

Re: Help with setting up a batch program to pull lead data updates

Hi Patrick,

It is possible to to do this with a Data Value Changed filter, but only if you know which field(s) you want to look at.  There isn't currently a way to say "Show me any lead who had any change in the past X days".

John

Grégoire_Miche2
Level 10

Re: Help with setting up a batch program to pull lead data updates

Hi Patrick Shih​,

You may want to use the "Updated At" field as a filter. One point though : it will select a leads that have they score updated.

-Greg

Josh_Hill13
Level 10 - Champion Alumni

Re: Help with setting up a batch program to pull lead data updates

It sounds like what you want to do is find leads in another system that had an Update, and then sync those back to Marketo. Is that right?

You would have to use logic on the external database to do this, although you might be able to run a batch with a webhook that could then initiate a sync, or call another flow to run a sync on the API.