Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
As primitive as SMTP and DNS may seem, lots of stuff needs to work for an email to go from sender ⮕ recipient’s MX ⮕ recipient’s mailbox. Then even more stuff needs to work for a mail client to parse and render an HTML email, plus its embedded resources and/or remote images. The good news: modern in...
Extending an earlier post on standard JavaScript ${template strings} on Marketo LPs, here’s how to use near-standard {{ variable }} syntax. Say you want to use AngularJS to create highly dynamic LPs, or even single-page apps, hosted on Marketo. (May not be a common ask, but it is technically feasibl...
There may be no code smell ranker than this: That screenshot was sent by a 3rd-party form vendor who was getting frequent errors from their Marketo API calls and couldn’t figure out what was wrong. “Does this look right?” they asked. “Nope,” I said immediately — even before they showed me any error ...
Hard to put a number on it, but I’d bet 51% of Marketo users don’t realize a non-empty SFDC Type field doesn’t mean the record is synced to SFDC. Same with a non-empty SFDC ID. That’s right: someone can have SFDC Type = Contact and SFDC ID = 003BLAHZAYBLAHBLAH and there may be no trace of them in SF...
Can you open a new thread in the Products area, please? This post is nearly 10 years old. The short answer to your question is it’s not possible within a Marketo flow nor in a formula field.
A community user wondered if they could show an email’s Subject line in View As Web Page mode. It makes sense that Subject and other SMTP headers aren’t part of the VAWP display, as it’s designed to show the HTML content. (And the Subject is typically reflected in the content anyway, albeit with dif...
They may have changed the format since this post was written, but note this is ZI’s Form ID, not an overall API key.
Another chance to sing the praises of Marketo forms over other form builders. Marketo forms are just, well, normal. Others’ forms, by and large, are needlessly weird and obscure. Take filling fields from UTM params. On a Marketo form, you just set up a field as type Hidden and set it to Autofill fro...
All email validation services fundamentally do the same thing: look up the domain to see if it has an MX recordif it has one, connect to the MX and pretend they’re about to send an emailquit after sending RCPT TO, before sending a message bodyreport whether RCPT TO returned 250 OK or not[1] They can...
First, I would never use a Rich Text (editable area) for setups like this, Marketo makes too many changes the content on save. I’d put it in the template. But far more important, you don’t put anything inside the ...