Submit Form Via SOAP API

Anonymous
Not applicable

Submit Form Via SOAP API

Hello -

We are integrating Marketo and would prefer to use our own forms and submit via the API.  We are familiar with how sync_lead works and have setup to use it.  However, we have forms and programs setup and we want to associate our form submissions via API with the forms we have setup.  So, we know the user filled out X form on our site which is X form in marketo.

What is the best method to use?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Submit Form Via SOAP API

You can't do that directly via the SOAP API. It just lets you push in the lead itself, and you can then trigger on it, but it isn't directly associated with a Marketo form.

However, you could POST to the same URL that the Marketo form POSTs to and then it would look the same to our system as a user filling out the form.
Anonymous
Not applicable

Re: Submit Form Via SOAP API

But if I do that, wont the response page or thank you page be yours and not ours?  Or could I do a CURL to post to it?
Anonymous
Not applicable

Re: Submit Form Via SOAP API

Yes, you can use a CURL command to perform the server side post.  See this thread for detail.