As marketing operations professionals I’m sure we’re all familiar with how important it is to be able to show marketing’s contribution to growing revenue. This is why having a Mark...
Not quite sure what the difference between a Marketo executable campaign and a Marketo request campaign is and when you should use one over the other? Then you’ve come to the right...
Marketo webhooks are a powerful way to interact with 3rd party systems in order to unlock a range of functionality that cannot be achieved in Marketo. This post will give you a de...
Marketo trigger tokens are a powerful way to extract information about the event that caused a smart campaign to run. This blog post will walk through three examples that show you ...
This blog post will show you all the creative ways you can use Marketo tokens for saving time when building emails, webhooks, and smart campaigns.
Marketo Tokens Available
Here...
Anyone who has tried to create an email template within Marketo will know what a pain this is! I am going to show you the best way to create Marketo email templates that scale eleg...
@SanfordWhiteman@Jo_Pitts1
Here is some more context about my use case and why the code works for me. My field does not contain actual line breaks it contains "\n" characters (or ...
For anyone looking at this post now the replaceAll method did not work for me. However, the replace method already replaces all matches
$lead.aIEmailBody.replace("\n", "<br /><br ...