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.
For years, we’ve leaned heavily and happily on AWS Lambda to stretch Marketo into other realms.
A simple Lambda lets you integrate with, say, event platforms, transforming their...
You’ll have to get each Program.
Also, IIRC, a change only to Tags doesn’t update the last updated date of the Program, so you have to always fetch the Program as long as it’s pre...
Apologies, Marketo custom objects.
OK, that’s good because you could also use a webhook (that is, a “loopback” webhook that calls a service that in turn uses the REST API to fetc...
SFDC Custom Objects or Marketo Custom Objects?
I have a Velocity script that can match between objects, but as far as I am aware there would be no way to automate actions based ...
Easy. Set up an object (LinkedHashMap, technically) in a Velocity token.
#set( $myStuff = {
"key": "value",
"key2": "value2"
})
Then get values from it in other Velocity toke...
I was editing this script in Notes and I couldn't work out how to change between curly vs straight quotes - apparently that tool does it automatically as I watched it change as I ...
1) Marketo segmentationscan often replicate some personalization logic with better performance.
Marked your post as correct, though I doubt you can substantiate this claim for sc...
Yep, although I’d use a real Boolean as your check as opposed to an empty String. Plus a little cleanup in there to use .equals() and avoid unnecessary output.
## --- Set required ...
Looking much more manageable and nice work with the sets/lists.
See that you’re using curly quotes in several places, though, which will not work. Gotta be straight quotes "! Also...