Hi Everyone,
Does anyone know of a way to have a 3rd party email system "link" the device to the marketo person, without sending the email from Marketo?
For example, Gmail, or in our case we use Salesloft for our sales team to do outreach.
I can't think of a way to do this myself.
The way Marketo does it is by wrapping the links in the email and passing the web request through the CNAME'd email domain, but can you recreate this for another sending system?
Thanks in advance.
Sean
Solved! Go to Solution.
Controversial but doable:
Create a custom field for "last muchkin cookie"
Submit the munchkin cookie with the person's details in form submissions to Marketo
Append a custom parameter with the cookie value to links being sent in the other email platform
On your site, add script to overwrite the current munchkin value if it differs from the value in the parameter + refresh the page
I'm sure Sanford Whiteman would have thoughts
Thank you both!