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.
When the person goes in the Wait step, the system updates the wait timeperiod and the number of the flow step after it, and hence, once the person comes out of the Wait step, Marke...
You can use the Get Lead ChangesAPI endpoint to see people created since a given timestamp (i.e. check the leads for that day). While that endpoint is quite simple, obviously you’d...
Include the same boilerplate from the top of Velocitip: Find the first Y-day of next month:
#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )
#set( $d...
You do not need to use UTF-8. A UTF-16LE CSV works perfectly fine (that’s Microsoft Excel’s “Unicode” format.)
If there are extra characters, they’re not in the text provided here...
Please create a brand new mail based on the Personal Note template (i.e. to avoid confusion with any custom modules) and test with that.
Also include the output of a {{my.token}} ...
Remember to use the Syntax Highlighter (“Insert/Edit code sample”) so your code is readable.
I edited your post this time.
Assuming
you have a Custom Object list called $scou...
Email Delivered means one thing only: the recipient’s first-hop mailserver (MX) returned a success response when Marketo transmitted the email.
The MX may not even have any mailbo...