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.
Laura, whether you need to use a flow or not depends on how you manage your sends. If you use Smart Lists based on custom fields on the lead (announcementsOnlyt=true, etc.) then yo...
Another way to do this is via a HTTP-DNS gateway. StatDNS has one. So you can do an NS lookup on the TLD.http://api.statdns.com/com/ns - returns 200 OKhttp://api.statdns.com/cozzz/...
Do you have to periodically manually update the list of valid TLDs by copying them from http://data.iana.org/TLD/tlds-alpha-by-domain.txt or do you have an automated way of maintai...
Emily, the page you're looking at is a McAfee ClickProtect warning. That's not a basic browser function -- it's third-party software -- so I doubt that's exactly what your prospect...
If you're sending them a link to click, the Clicked Link in Email will already be logged in Mkto and associated with their lead (thus a behavioral characteristic you can look up wi...
Priya, using the Lead ID is the easiest way for a human to "look up" a lead, since you can navigate to https://<instance>.marketo.com/leadDatabase/loadLeadDetail?leadId=<lead id> ...
Batching your whole DB through a webhook will bog down your instance something fierce (I'd say webhooks are better suited for responding to Interesting Moments such as form fillout...
Lauren, to architect something like this properly (at so-called "web scale") use your business rules to fire a webhook when the lead has met the criteria for an Interesting Moment....
BTW if you're going to implement this, I'd recommend using the Interesting Moment pattern as we do elsewhere in Marketo.In other words, when a Site Visit Duration is > 60s, that ma...