Integrating Marketo with External Platforms using Non-Marketo API

Anonymous
Not applicable

Integrating Marketo with External Platforms using Non-Marketo API

Hey guys, 

Currently working on a way to pass data from Marketo 2.0 Forms directly to our external SAAS products to start free trials for users in one step.

We are going to test using webhooks as one approach, but this requires using marketo back-end system to collect the data from the form, and then make the API call throught the webhook, but we are wondering if we cna bypass the webhook step and push the data straight from form submission to our product using a non-Marketo API, (our own function). 

The goal is to be able to collect contact and password data from lead on a Marketo form, and pass that data to an external SAAS platform as quick as absolutely possible, so that the platform tcan take that data and use it to start a new trial account. 

Any ideas here?



 
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Integrating Marketo with External Platforms using Non-Marketo API

You can do this using custom JavaScript.

Use the Marketo Forms' onSuccess method to pass an object containing the values of the form when it was submitted to your server. The developer documentation has more information: 
http://developers.marketo.com/documentation/websites/forms-2-0/