This solution looked very simple and gave this a try, however, it does not work for me. I'm getting... "HTTP Error 404: URL not found."
help?
Can you post the rest of that screenshot (including the generated webhook URL)?
Hi,
here it is:
what do you think? will we be able to get this to work?
Looks right. Still works on my test pod (app-sj01) but maybe it's finally been disabled on your pod as it is officially unsupported, as noted above.
Note that you don't need to use the loopback /save endpoint anyway. You can just bounce off a remote webhook back into the /save2 endpoint. Thjs always works.
(BTW your Munchkin ID is readable by the public, so there's no reason to obfuscate it here!)
Hi thanks for the advice. The guy above did so I did the same. (hide the id) thought it was private stuff
Sorry but What do you mean by "You can just bounce off a remote webhook back into the /save2 endpoint." ?
do you mean change the url to index.php/leadCapture/save2 ??
tried it anyways, gave me "operation timeout" this time
Hi thanks for the advice. The guy above did so I did the same. (hide the id) thought it was private stuff
It's publicly readable on your website, so not really.
Sorry but What do you mean by "You can just bounce off a remote webhook back into the /save2 endpoint." ?
do you mean change the url to index.php/leadCapture/save2 ??
You can't connect directly to the /save2 endpoint from behind the Marketo firewall. This is a network-related restriction that unfortunately impacts what you're trying to do here (and which hitting /save via localhost used to work around).
But there's no problem calling out to a remote webhook that in turn calls back in (like any other remote connection). For example, switch to the demo endpoint I just put up at http://app-ab14.marketo.com.formloop.teknkl.com/index.php/leadCapture/save2
Note that any such method is a server-side form post and as such as restricted to 30 posts per second, if that is something that concerns you. Really the better approach is to make sure that leads are created in Marketo directly, so you don't have to worry about this. I've seen many people go down the wrong road with SFDC-integrated or standalone forms and get into exactly the same mess.
thank you very much for your time with me. I tried your solution using zapier webhooks it's giving me "returned (400) 1 and said "{leadCapture/save2} Approved form not found: " error now
I can't comment on how you've set up your Zap -- you may have miscapitalized a field -- but you can see it works with the endpoint I provided.