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.
@MuhammedSuhail please read the thread linked by Miray. And also make sure to search the community before posting, as this was asked literally within the past week!
Sorry, what do you mean by “I pasted the link into the email?“
You need to create the {{my.token}} using the code above (and checking off the field in the tree).
Then the {{my.to...
You don’t need an additional tool. You can use built-in HTML <datalist> and hook it up to the form, like so:
MktoForms2 :: <datalist> for input[type=text]
e=text
Marketo webhooks are outbound from Marketo, not inbound. They have no place here.
You could create an inbound webhook-compatible service that consumes the Marketo REST API, i.e. e...
@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...