Wondering if anyone has run into this issue system behavior.We have a few recurring campaigns (weekly, monthly) that are triggered from a Request Campaign API call w/replacement to...
The Velocity keeps me checking community for updates. So when starting with Velocity, I had made a Macro to learn and it just wasn't doing what it 'should' have. This was a while ...
Recently used this in a campaign! Just added an escape to make the value URL friendly. #set( $Base64Encoded = $esc.url($Base64Encoded) )Works great, big thanks!
Marketo Sales Insight has some functionality to preview an email, but it isn't the rendered message so tokens don't show up.In the case of using Velocity to generate highly dynamic...
I would try formal notation on the variable and see what it does: ##IF PHOTOGRAPHY ISN'T SCHEDULED, DISPLAY TEXT BLOCK, ELSE NOTHING## #if ($focusedObject.Photography_Scheduled__c ...
Hi Meg,Most often, I use program tokens for utm_source, utm_medium, utm_campaign. This makes it so that after making 3 small edits all links in the email update. For more advanced ...
There wasn't a Sandy codepen for momentjs so went with the ol' timezonedb.. Nice idea on the webhook response! I was thinking it was just needing to sleep for 'their business hour...
Hi Melody, Options A and B aren't Marketo Form specific, but the example certainly is. Those solutions are intended to be used when data is submitted somewhere (but doesn't have to...