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.
There’s no built-in way to get the Form Name.
You can switch from loadForm() to newForm() and fetch the descriptor yourself, which lets you read the name — but that’s a major dev ...
As noted on your other thread, you can add 300 leads at a time using Add to List.You can also use the Bulk Import API, which is metered by the size of the file (10 MB max) as oppos...
You have it backwards with Opens and Clicks.
Mail security scanners rarely pre-open emails, i.e. pre-download tracking pixels.The major exception is Apple mail clients (note: not ...
I know that if these contact were already in our database, and we were emailing them directly via Marketo, they could click a CTA to go to a landing page with a Marketo form and su...
Not entirely sure what you're asking. The second screenshot matches people at the time they're created by an API endpoint (you didn't specify which REST API endpoint they're using)...
Is the SFDC User used by Marketo allowed to update the field?
If not, you can see the field change temporarily on the Marketo side and then flip back to the earlier value when the...
On the server side? If you trigger on Fill Out Form you can pass the whole {{trigger.referrer}} to a webhook and write back query params to individual custom fields. It's easy but ...