Dear Community,
My question is similar toHow to get an Email Program's smart list id?, which had an easy answer:
Is it possible to programatically retrieve the smart list criteria...
Dear community,
When creating an email program, you often define its audience using a smart list. Clicking on the number of people in the audience section opens a new browser tab ...
Hi community
Given for instance:
#set( $foo = ["a", "b"] )
#set( $bar = ["b", "c"] )
How to a.) merge foo and bar into a new variable, which has b.) unique values:
["a", "b", "c"]...
Hi community,
I get a strange error when using a smart list filter "Not Was Sent Email" with a "contains" constraint: No matter what I enter for that constraint, the smart list won...
Hi community,
In an email script/Velocity, what's the best way to anti-match a single value against a list of values in an if clause with several conditions?
For example: I could d...
Hi there,
My challenge: I've got a form with a checkbox field F, and I want to timestamp each form submission where F is ticked. The challenge is to do so when F is already "True"...
Hi,
I am using a trigger-based smart campaign to send an email. And I'd like to check upon email rendering, not in the smart list, if certain prerequisite are available in a specif...
Greetings Marketo-Nation,
I often found myself exceeding the 100KB limit[1] for Velocity scripts in emails. Therefore, I wanted to ask for better ways to achieve what I am trying ...
Hi Marketo Nation,
I am using the following endpoint to update an image within the email content: https://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-referen...
Hello Marketo Nation,
I've got a form field of type string, which is embedded as a checkbox. Upon form submission, it's either saved as "yes" or "no" to the Marketo Database. Howev...