Integration with custom CRM

Anonymous
Not applicable

Integration with custom CRM

Has anyone here implemented a Marketo integration with a custom (internally developed) CRM? Is this possible? Would love to get some feedback from Marketo users. 

Thanks,

David

Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Integration with custom CRM

I have heard of this. I believe this is possible with the API. Check launchpoint - there are a couple of partners with connectors that would help.
Anonymous
Not applicable

Re: Integration with custom CRM

This is definitely possible. Check out the developer documentation:
http://developers.marketo.com/documentation/rest/
Anonymous
Not applicable

Re: Integration with custom CRM

I recommend you think these questions.
If your answers are all yes, it is possible.
Q1. Which CRM's data(table/column) do you need to sync?
Q2. How many leads do you have?
Q3. How many events( need to sync) are happen per a day?
Q4. Can you estimate API calls based on above and is it under API limits?

Daily API Quota: 10,000 API calls (quota is reset daily at 12:00 AM CST)
Rate Limit: 100 API calls in a 20 second window

Q5. Do you have CRM's software design documents or someone knows?
       You have to do sync execution carefully. But sometimes, it's blackbox system.