Uploading data automatically without a CRM

Anonymous
Not applicable

Uploading data automatically without a CRM

Is there a way to automatically upload lists daily into Marketo via an sFTP? I work for a medical company so cannot link Marketo directly up to our CRM and am having our data team set up an automatic report to run each day containing only the information I need. I am hoping there is a way to upload this info automatically versus uploading a list manually every morning.

Has anyone had a similar situation they dealt with?
Tags (1)
1 REPLY 1
Grant_Booth
Level 10

Re: Uploading data automatically without a CRM

Hi Erika,

There's not an out-of-the-box way to do this in Marketo, but your developers might be able to set something up using our APIs. Keep in mind these are outside the scope of Support and require an experienced developer. For example with the REST API, there is the Create/Update Leads call:
http://developers.marketo.com/documentation/rest/createupdate-leads/
and the Add Leads to List call:
http://developers.marketo.com/documentation/rest/add-leads-to-list/