Help with setting up a batch program to pull lead data updates | Community
Skip to main content
November 19, 2015
Question

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

  • November 19, 2015
  • 3 replies
  • 1532 views

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!

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

3 replies

Adobe Employee
November 19, 2015

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
November 19, 2015

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
November 19, 2015

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.