SOLVED

Which API call is used to sync salesforce in Marketo

Go to solution
Anonymous
Not applicable

Which API call is used to sync salesforce in Marketo

Hi,

Can anyone tell me which API call is used to sync salesforce to Marketo.
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

The Salesforce to Marketo sync is an implicit process, not exposed to any API.
The sync starts automatically in fixed intervals after the last sync is complete.
The default value is five minutes.


Marketo to Salesforce sync has two methods: 
- Munchkin API : associateLead
- SOAP API : syncLead and syncMultipleLeads

There is no tangible benefit overriding the Salesforce to Marketo sync.
I would suggest posting a feature/enahncement request through Ideas if you can foresee any.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

The Salesforce to Marketo sync is an implicit process, not exposed to any API.
The sync starts automatically in fixed intervals after the last sync is complete.
The default value is five minutes.


Marketo to Salesforce sync has two methods: 
- Munchkin API : associateLead
- SOAP API : syncLead and syncMultipleLeads

There is no tangible benefit overriding the Salesforce to Marketo sync.
I would suggest posting a feature/enahncement request through Ideas if you can foresee any.

Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

Hi  Bgomes  ,

Thanks for the reply.
But i have one confusion, we can sync salesforce with Marketo by clicking on Enable sync also.
How to do that using API. I need to fetch all objects from salesforce to Marketo.


Thanks,
Rupali
Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

There is no API method to enable/disable sync or select objects to fetch/refresh
That is really a feature request.
Please file your suggestion through Ideas.
Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

You would create a campaign that syncs the lead to salesforce and use the requestCampaign() or scheduleCampaign() SOAP api to run the campaign
Anonymous
Not applicable

Re: Which API call is used to sync salesforce in Marketo

Just to remove any risk of ambiguity, the native Marketo integration calls the native CRM API directly, not SOAP or Munchkin.

The methods I highlighted above are the ones accessible through the Marketo API users can access.