Submit Form Via SOAP API | Community
Skip to main content
August 28, 2013
Question

Submit Form Via SOAP API

  • August 28, 2013
  • 3 replies
  • 1216 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

August 28, 2013
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.
August 29, 2013
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?
August 29, 2013
Yes, you can use a CURL command to perform the server side post.  See this thread for detail.