Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I'll have a look for the `defineburger` approach, thanks.You mind sharing how you were able "to get the entry where $scriptTokenContent.campaignId equals $programId and print its content0" - the process I've set up guarantees that each lead in the program list will have the expected content0 in the ...
No, it comes from an edit to the solution in your blogpost - see response here
Hi @SanfordWhiteman - nice to meet such a renowned Marketo expert! I edited the example from your blog post so that it reads #set($programId = "{{Program.Id}}")
The rest of the unsubscribe html with links et al
I didn't need the campaignId so I simplified it a little, should this change matter?Thanks for the suggestion @Sant_Singh_Rath, I've tried that but coercing to a string like you suggest didn't work.Do you know if its possible to set a mktoNumber variable in the meta and then access that in the script token?
I have a very simple template
programId:$programId
#foreach($item in $scriptTokenContent_cList)CampaignId:$item.campaignId,
class $item.campaignId.class
inside for each => programId:$programId,
class: $programId.class
I've been trying to test Smart Campaigns using Fill Out WEb Form as a trigger. Unfortunately, embedding a web form doesn't work for me. I have no JS errrors but the request is not sent.This is my test webpage with embedded form code:
I think the extra line break is just the matter of Postman export. And I'm trying to put the Static List in the Program, not in a Folder. Is there something wrong with my Program?
Hi, thank you for your reply. I think the solution you propose is roughly along the lines what I have come up in the end. So I do need a "template" program to clone. " create an Email asset and break it from its template" - what do you mean by that? When I tried creating an email without template an...
I'm trying to create a static list inside the program Program:{"id": 1010,"name": "ProgramWebRequest","description": "Program for campaigns","createdAt": "2025-12-05T12:28:39Z+0000","updatedAt": "2025-12-05T12:28:39Z+0000","url": "","type": "Default","channel": "Web Request","folder": {"type": "Fold...
Thank you for your reply! Answers to your questions below.@SanfordWhiteman wrote:A few important questions:1. Your app is generating the entire HTML (and presumably text) body of the email? Yes, our app generates the entire HTML including any placeholders for lead fields 2. What is the max number of...