Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@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...
@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...
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 @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...
At the moment there is no way to see a list of all fields which are blocking updates from sources. You have to click into each field one by one to see if the field is blocking updates from sources. There should be an easy view where all fields that are blocking updates can be seen. Or when doing the...
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?