I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
No, I think the form's comment field should still be CommentCapture.You should copy that field's value into LastSingleCommentandinto AllCommentHistory.Then blank out CommentCapture...
Well, Step 7 is the one that sets the current comment to null. Here's the thing: if you delete that step, you cure the problem... BUT if they are using form prefill anywhere and ar...
I second @Rajesh. That's pretty much how it's done.You could in theory also loop back using the Marketo REST API and use some kind of per-lead authentication (like checking that th...
There certainly is an expiration -- expires_in is sent back with the token. This is noted in the docs.I would also reconsider using the REST API for this simpleform proxypattern. I...
I'm a little thrown off by your use of the term "UDP" because I do not consider Marketo a UDP repository. If your question is, "Is there an API that can return a pre-formatted HTML...