Email Scripting in Marketo is really Apache Velocity and it's quite powerful once you get the syntax down.1. Should be fine, but you should store the URL without the https:// OR st...
Not natively but you can with the API.If you'restoring Order Data/Status It sounds like you may want a custom object to store the data.(unless a record only ever has 1 order)After ...
hmm.. did you check what the activityTypeIds are ?This will retrieve a list:https://developers.marketo.com/rest-api/lead-database/activities/#describeIn my instance values 4 and 5 ...
oh! I also thought you meant events as in live events vs. an event tracker. As Sanford mentions, these are called activities in Marketo.Unless your volume is extremely low, I would...
Hi,If you were to make a program token called {{my.eventTracker}} and then add that to your webhook when setting it up- I believe it will do what you would like.If the campaigns ar...
Looking at your code it is my recommendation to rename all images replacing any spaces or '%20' values with an underscore ( _ ) or dash ( - ) then re-upload them to Marketo. Then u...
Out of the box, there isn't a way to aggregate the list such that there's 1 webhook call w/several leads passed in vs. 1 webhook per lead.What you can do is:- use the API to fetch ...
Hello there are a few ways to do what you would like.My suggestion is based on providing some new options to get even more out of Velocity:Basically, you could set a default value ...
Thought so, that's part of the reason I replied. To help an old pal with a complicated problem Here are some quick thoughts:Custom Activities are good to log an event and associate...