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.
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, ...
Zapier, ugh. Wouldn’t even consider it.
Use a Marketo webhook to an intermediate service that consumes the LinkedIn API, sure. Just get a developer who gets how to create such a s...
Well, I’ve tested that exact code (wouldn’t have posted it without testing) and it’s working in our lab instance.
Can you tell me exactly what kind of campaign you’re using?
Not a lawyer, but IMO if the data stays entirely within Marketo and is never shared at any other “hops” (i.e. via CRM exports) it doesn’t meet that definition.
100% agree w/@AWmindtree that Custom Objects are the way here! We have a client using them for sample requests almost exactly as shown.
The one thing I’d tweak is using the Lead I...
@JustinTy you can’t output the raw token like that, as I mentioned.
You must use the method in my post (output in <datalist>, read it from there, and URL-encode), because lead to...
Yeah, it’s for backward compatibility, but it does make sense.
We might expect HTML5, which requires UTF-8 encoding, would deprecate all named entities (they’d never be necessary ...
Of course. But you have to use the proper encoding, so don’t put the token directly into the href. Use the function from here to output into a <datalist> first and read it out:
<da...