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.
The problem with the wait in Lee's original code is that has a terrible race condition. It's rule #1 of async programming that you don't arbitrarily throw in a delay on the guess t...
Hey Hussam, not sure what you think your setTimeout() is doing in this code, but it isn't "waiting." setTimeout calls the passed function asynchronously. JavaScript is single-threa...
Florian, to be clear, there isn't a bug here, because the way newlines are entered into textareas is supposed to be different (by design) from the way you force newlines in HTML. O...
Pierce, you set up redirects for every single lead you mail? That doesn't really seem to scale, to put it mildly! There are more manageable ways to do this. One is by using a speci...
You could ask your support rep about whether this is on the roadmap.Remember that a lead detaching and reading an attachment is not something you can detect, unlike following a lin...
Feel free to submit new Community questions (or Support cases) on any matters that concern you.Over the past 6 months, I've shared a huge amount of pointers and demos of advanced F...