SOLVED

Integrating Marketo forms with an external system

Go to solution
Anonymous
Not applicable

Integrating Marketo forms with an external system

We've got a web-based application that we'd like to integrate with Marketo.  This would have to be done serverside as that is the way the app is coded.  What I'd like to be able to do is this: once the app has completed the sign-up process, then submit the information to Marketo in the background (probably via a form submit).

Obviously this is a good case for the SOAP API, but I don't have an experienced developer or the time to get it done - is there anyway to do this by setting up a landing page that the app can call, pass the parameters and have them submitted to Marketo?

Any thoughts appreciated!

Damian
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: Integrating Marketo forms with an external system

Hey Damian,

It wouldn't be possible to directly 'Call' a landing page, since you'd need to execute javascript in order pass the information from there to Marketo.  However, you could probably set something up to execute a Server Side form Post fairly easily.  There's more information about it here: https://community.marketo.com/MarketoResource?id=kA650000000GsXXCA0

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: Integrating Marketo forms with an external system

Hey Damian,

It wouldn't be possible to directly 'Call' a landing page, since you'd need to execute javascript in order pass the information from there to Marketo.  However, you could probably set something up to execute a Server Side form Post fairly easily.  There's more information about it here: https://community.marketo.com/MarketoResource?id=kA650000000GsXXCA0
Anonymous
Not applicable

Re: Integrating Marketo forms with an external system

That's what I'm looking for - thanks for the pointer.