Munchkin API and SFDC Integrations | Community
Skip to main content
May 2, 2013
Question

Munchkin API and SFDC Integrations

  • May 2, 2013
  • 3 replies
  • 1061 views
Does the associate lead munchkin API call trigger the native SFDC integration to create a task for "submitted form?"
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Jep_Castelein2
Level 10
May 2, 2013
The associate lead call gives a "change data value" trigger, but only when a data value actually changes. It is best practice to submit a timestamp (datetime) into a custom Marketo field (using Associate Lead), which you can use to trigger off of. 

Also take a look at segment.io, they have a neat library for making working with Associate Lead easier: https://segment.io/docs/integrations/marketo
May 2, 2013
Well, you could trigger on the new lead being created and then make the task, but it doesn't do it automatically.
Jep_Castelein2
Level 10
May 2, 2013

Good point Erik: it's a "Lead is Created" trigger for new leads, or a "Data Value Changes" if it finds a match by email address.