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.
Nothing's changed in Agical. Not sure what you mean by "a second link" (or rather, what's surprising about it being a link) since that member.token is always a link?To include a no...
For 1. you can't alert on a list not having new members. (Well, unless you use the REST API to poll membership, which isn’t a bad idea.) There's no trigger or filter on this condit...
If you’re using the Bulk Extract API, it’s just not feasible to get a year of data in 15 seconds.
And this stays true even if you follow the correct practice of only getting the p...
In such situations, I make use of a webhook (that is, webhook-compatible service).
Pass leads to the webhook. The service uses the REST API to fetch the person’s CO records and pi...
You shouldn’t use curly braces/formal references inside directives, like you’re doing here:
#set( $referenceURLs = ${productPreferenceURLs} )
Formal refs are only necessary insid...
That script has no effect in this context. That's why I said you can't change the text in the default container.Hide the default container using Custom CSS.
div.mktoCaptchaDisclaim...