I need a quick help if you can assist us here for implementing a SC in Marketo.
We had a road show and acquired few leads there with their pictures shot at the location
Now they want to send the images back to the customer with a thank you note.
We plan to send out links inline from a hosted server so that image appears in the email.
if not a fall back link for download.
How could we accomplish this ? Is creating API triggers and passing custom tokens the only way ?
Anything we could do without programming ?
Solved! Go to Solution.
Hi Aromal,
You need to do it the following way:
-Greg
Hi Aromal,
You need to do it the following way:
-Greg
Thank you helps a lot. So this is a quick trick and then we can remove the field later if needed works for me.
Actually, you can't remove the field.
But I wouldn't necessarily do this exactly as Greg suggests. Rather, name the photos in accordance with the Marketo ID (which you can get via export). Then you don't need to do an import nor create a field. The photo URL becomes
http://pages.example.com/leadphotos/{{Lead.Id}}.jpg
Thank you Sanford. We finally executed the campaign with Greg's plan and it worked quite well.
With lead.id.jpg we had to rename the pictures. Thanks again both of you appreciate it.