Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey everyone, I'm very excited to share some very cool use cases of the Marketo API and show you how to take your first steps toward making your first API requests. Even if you can't attend you can still join in the discussion here and ask any questions you have related to the API and getting starte...
@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 whatever characters I want ChatGPT to use to denote a line break) and then my code replaces these characters. The field...
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", "
") Here is a useful piece of code that people can copy that sets a fallback if the field is empty or contains NA #if (!$lead.aIEmai...
Here is a loom video of what I am seeing: https://www.loom.com/share/d2424ba6fa05416d8967b39a101bbf88?sid=016ae46a-067a-4088-a552-eb713fc0d9d6
@SanfordWhiteman How can you use dateTime tokens in the "Date Token" option in the wait step? This was brought up before and I get the same error when I try and schedule a campaign to run https://nation.marketo.com/t5/product-blogs/simulating-wait-step-choices-using-date-tokens-and-date-math/bc-p/2...
I confirmed with Marketo support that it is possible to give Marketo write access to Account fields but it has to be ALL account fields i.e. you cannot allow writing to only a certain number of fields. So if you want writing to only a certain number of fields you have to enable writing to ALL and th...
According to the post below it is possible to allow writing to account level fields. However, the post makes it seem like an all or nothing approach. https://nation.marketo.com/t5/marketo-whisperer-blogs/when-do-the-marketo-account-company-fields-become-read-only/ba-p/247607 Is it possible for suppo...
@Iraj_Khaliqi2 @SanfordWhiteman It is possible to transfer values from customer activity fields to fields on the person using trigger tokens: https://theworkflowpro.com/marketo-trigger-tokens/#Marketo_Trigger_Tokens_with_Custom_Activities
Hi Randy, Q1. You can only import the HTML as a template in Marketo and then you can create emails from this templateQ2. Nothing should need to be done in the template to get tracking to be enabled. If you have a link in the template and you then create an email from this template if you click on th...