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.
@Mirayone part you left out is you must remove the tracking info from the form post. Otherwise the approver’s Munchkin session is associated with the original lead, so the approver...
Would a webhook be able to do this?
Webhooks wouldn’t be of use here.
But meeting your overall requirements is quite simple in Marketo.
First, realize — not just in this context...
Create a new Velocity (Email Script) {{my.token}}.
Check off the Person » Email Address field in the tree on the right:
Then paste this code into Script Editor (subbing in your...
Hmm, not sure a picklist is a good idea, because Marketo will not enforce it.
You end up with values that can’t be synced to SFDC, which overall is worse than having irregular val...
You haven’t provided enough info yet.
If you have a remote service that’s webhook-compatible — meaning it expects a single inbound HTTP request and returns data as JSON or XML — t...
What do you mean by “collecting location” exactly? Do you want to autocomplete based from a list of all cities in the world, for example? Or a smaller list of locations that only h...