HTTP Post | Community
Skip to main content
February 22, 2013

HTTP Post

  • February 22, 2013
  • 28 replies
  • 13910 views
I have a request from a third-party vendor to do a HTTP Post to Marketo. I've read through some of the past discussions, but I'm not clear on exactly what I need to provide to this vendor. I've put together a landing page/form for this project, but I'm not sure what we need to pull off of that for the vendor.

Thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

28 replies

Jep_Castelein2
Level 10
February 23, 2013

Moderator removed due to security risk and unsupported implementation.

February 25, 2013
That should be exactly what I need. Thanks

Phil
March 22, 2013
I'm getting a 404 error when I use this method to determine the POST url.  Is there any other place we should be posting this data?
Jep_Castelein2
Level 10
March 22, 2013
If you get a 404, that usually means the munchkinId is not correctly specified. Please check spelling and case

Hope that helps, 
Jep
March 22, 2013
Thanks Jep, but the munchkinId is correct.  I'm sending it as part of the post data though, was it supposed to be appended to the URL as well?
Jep_Castelein2
Level 10
March 25, 2013
You may want to open a support ticket and specify the exact URL and all the parameters you're passing. If some of the required parameters are missing or incorrect it will give a 404. So a 404 error is not necessarily a sign that the URL is incorrect. 
April 3, 2013
Add a few things--a correct submission return code we see is 200 and not 302. In addition, if passing multipe-value (from a multi-select picklist), do not pass a multiple key/value pairs, instead pass them as as a single key and the values as a semi-colon delimited list.

Things we learned the hard way
  • Make sure your firewall isn't blocking your posts (took a while for us to figure out in the test environment).
  • Firefox add-on called Poster is your testing friend
  • 404 is always returned if there's anything wrong with the post
  • Fields are supposedly case sensitive
Jep_Castelein2
Level 10
April 3, 2013
Thanks for your feedback Mark! We'll update the article. 

Best, 
Jep
June 7, 2013
Came by this post - great article Jep. Btw, now the form endpoints now use your CNAME subdomain instead of POST URL

Edward_Masson
Level 10
July 16, 2013
Hi Jep,
This is a great article, learned quickly to set this up. I've manged to POST successfully with Email, formid, munchkinId.

What I'm not understanding is the '_mkt_trk'. above in the article you state "if you have Munchkin on your form page" does this mean to place my marketo form onto a marketo landing page for the Munchkin to work?
I thought by your article that I dont need a landing page just a blank form to POST to.

Also, "If no, read it from the cookie with the same name and pass it to Marketo in this field" How do I set up to read it from the cookie?

Best,
Ed.