Munchkin API and SFDC Integrations

Anonymous
Not applicable

Munchkin API and SFDC Integrations

Does the associate lead munchkin API call trigger the native SFDC integration to create a task for "submitted form?"
 
Tags (1)
3 REPLIES 3
Jep_Castelein2
Level 10

Re: Munchkin API and SFDC Integrations

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
Anonymous
Not applicable

Re: Munchkin API and SFDC Integrations

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

Re: Munchkin API and SFDC Integrations

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.