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, 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:.
Get yourself a proper number-rounder and use it:
#set( $integerFormat = $number.getNumberFormat("integer", $convert.toLocale("en_US")) )
#set( $void = $integerFormat.setRoundingMod...
Your phrasing is quite strange, as Smart Lists and Custom Objects are wildly different concepts!
Smart Lists are dynamic collections of person records based on simple or complex ...
To use a field in Velocity, check it off in the tree on the right hand side of Script Editor. This also lets you drag the the field to the canvas, which will show your error (a typ...
Agreed with Michael. We need to step back and hear the detailed business requirements that led you down this path. It’s extraordinarily uncommon that you’d want people to only be i...