Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 place. This post will explain the difference, give examples of when each should be used, and also clear up the enigmati...
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 deep dive into how webhooks are set up, how you can use them in different use cases, and how to debug them if you are getti...
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 how to use this information to populate fields, extract field values from custom activities, reduce the number of smart ...
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 is a summary of the different token types available in Marketo:Person tokens allow you to access the person-level field va...
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 elegantly across different screen sizes and look amazing no matter what device or email client is being used. I will also sh...
@JeffHensiek "Also, any suggestions on creating SMS notifications that include lead/contact info" you can use lead and company tokens in the webhook body to populate the SMS information. You can refer to this blog post to see how to do this: https://theworkflowpro.com/marketo-webhook-guide-with-exa...
Hi @DeniseGreenberg , Is there a reason you cannot change the Analytics Behavior for the "Web Content" programs to be "Inclusive". This way they will be pulled into analytics even if they do not have a period cost. If there is some reason you can't do this and want to use the API then the Google Sh...
import urllib.parseencoded_name = urllib.parse.quote(input['name'])url = input['base_url'] + '/rest/asset/v1/program/byName.json?name='+encoded_nameIn Python URL encoding can be done using the following example I have gotten away without needing it for the most part until last week actually when I n...
@BiancaTimely I am glad this was useful for you! I do not follow what you mean by adding a way to decode email addresses. Can you please expand?