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.
I've also currently got this object linking back to the person record with an intermediate (bridge) object, although I'm not entirely sure why. I therefore can't see the 'edge' obj...
Pretty close!
This line parses the contents of the CSV into a usable format. In this case, because we have multiple items, it's an array.
.then( FBText.CSV.autoParse )
Well, whet...
You can’t send a webhook directly to a static file (your CSV in Design Studio) and perform a lookup.
Requesting the file URL just downloads the entire file, it doesn’t search the ...
Do you sync people to SFDC that are initially created on the Marketo side? (i.e. using Sync to SFDC or any of the implicit sync flow steps like Create Task)
There are literally infinite datepickers out there that can integrate with Marketo forms and support the JS methods to display corresponding events. Cally and vanilla are two we’ve...
You have a robust multi-subscription model using Marketo Custom Objects, where each Subscription+Person combo has robust metadata about when somebody subscribed/unsubscribed, why...
window.postMessage and corresponding window.onmessage listeners enable secure communication between cross-origin windows, including IFRAMEs. The postMessage API is ubiquitous, us...
Could this be that "Merge People" somehow erased the true form fillout activity and potentially caused us to lose the leads?
No, that’s not possible. Activities are never erased (a...