SOLVED

Re: How to repost an externally hosted form to Marketo

Go to solution
Jose_Rafael_Par
Level 3

How to repost an externally hosted form to Marketo

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!

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: How to repost an externally hosted form to Marketo

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.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Re: How to repost an externally hosted form to Marketo

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.

Jose_Rafael_Par
Level 3

Re: How to repost an externally hosted form to Marketo

Perfect! I'll need to bookmark developers.marketo.com.

Thanks!