I'm trying to set up a webhook on a 3rd party site (g2crowd, in this case) to repost their forms into marketo. I've created a marketo form with the fields they're asking for, put that on a landing page, and provided them that link, letting them know what my API names are for each field. They say that they get a response from the server when I try to test it, but the leads aren't coming in, I think because I'm missing some extra hidden fields.
Essentially, I'm looking for documentation like this: Do It: How to repost an externally hosted form ... | Oracle Community , but for Marketo. I've tried searching docs.marketo.com, but all I find is really beginner-level "what is a webhook?" kind of documents. Anyone able to help with this?
Thanks!
Solved! Go to Solution.
See here: http://developers.marketo.com/blog/server-side-form-post/
You do need the Munchkin ID (`munchkinId`) and form id (`formid`). These are hidden fields on a Forms 2.0 form.
See here: http://developers.marketo.com/blog/server-side-form-post/
You do need the Munchkin ID (`munchkinId`) and form id (`formid`). These are hidden fields on a Forms 2.0 form.
Perfect! I'll need to bookmark developers.marketo.com.
Thanks!