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.
6 hours after the last change to the field?
Or every 6 hours regardless of when/whether it’s changed? This you can do with 4 scheduled batch campaigns per day.
Though either way...
Well, it’s not actually possible to stop multiple COs from being created. So you always want to loop over the list, even if 99.9999% of the time it has only one item in it.
Like s...
Well, Email Address isn't the unique identifier in Marketo to begin with. Unlimited records can have the same Email Address.Yes, the field is used as the lookup key for many (thoug...
As we all know, adding the standard utm_* query params to email links is something Marketo can’t do automatically.
Storing UTM params in a Program-level {{my.token}} and buildin...
Also, you don’t need that map to convert between short month names and long. Both values are built into SimpleDateFormat.
## $shortMonth is "Dec"
#set( $tempDate = $convert.parseDa...
No, using Velocity variables ($references) outside of Email Script {{my.tokens}} is not supported.
However, you can create 2 simple {{my.tokens}} each outputting one variable. As ...
You cannot guarantee that the From: address will not receive some automated replies — in fact if mailservers obeyed the standard, all automated replies would go to the From:.