Using Existing Forms with Marketo - API Beginners Guide

Anonymous
Not applicable

Using Existing Forms with Marketo - API Beginners Guide

Does anyone know how to use API to integrate Marketo forms with an existing form used on a website? We'd like to connect our current contact us form with Marketo...
 

I know there's API resources out there. I'm looking for specific steps on how to accomplish the integration.
 

Thanks!

Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Using Existing Forms with Marketo - API Beginners Guide

I think what you are trying to accomplish is a server-side post. Here's how:

https://community.marketo.com/MarketoResource?id=kA650000000GsXXCA0
Anonymous
Not applicable

Re: Using Existing Forms with Marketo - API Beginners Guide

Jonny,

We've done similar things for a couple of our customers. We'd Love to talk live with you and my team about what you are trying to accomplish. Feel free to email or call.

stephen.baker@gosolomon.com
425.681.9146

Thanks!
Anonymous
Not applicable

Re: Using Existing Forms with Marketo - API Beginners Guide

So, you have a few options for this usecase:
  1. Server-side form post, as per Murtza
  2. SOAP API call, syncLead (http://developers.marketo.com/documentation/soap/synclead/)
  3. Javascript API call, Associate Lead (http://developers.marketo.com/documentation/websites/lead-tracking-munchkin-js/)
I think the easiest, most complete set to follow is #3. Not quite the same as step-by-step instructions, but pretty close.