Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@Disha_Goyal6 well spotted@kenmckown If it were me, I'd not be importing, but taking this as a starting point to cut and paste each relevant module in. This structure is just 'too different' to make for a comfortable lift and shift.CheersJo
@kenmckown ,That's way to much code to wade through, so I shan't :). In short:Take a basic Marketo template.Apply all your styles to the style section in the headInside the existing mktoContainer table, create a single TR element and TD element. Each of the Pardot modules are individual tables, so ...
@kenmckown,you will need something like this going before your standard HTML background stuff (you'll need to swap variable names and stuff):
@cagarwal,are you making sure you are sending the objects to delete through in batches? Deleting objects will be a bit slow, but batching them should make it more efficient. The API call allows for a list of object IDs to be passed through. I'm presuming you can send through 300 at a time as per u...
@amiskinyar ,The solutions here feel incomplete.You are better off using a MSO conditional to only output the table for Outlook desktop app for Windows.That way, you can use the DIVs to be responsive on mobile clients.There are many examples out there that demonstrate this principle in action. Also,...
@artur92 ,this is where hiring someone who specialises in building email templates is key.There are so many tricks and techniques needed to get rendering to work properly across all screen sizes, clients, OSes, and different versions thereof.CheersJo
@KevinTruong,as @SanfordWhiteman is the creator of FlowBoost, he can't say that FlowBoost is the Web Hook Service he uses. However I didn't create it, but I do use it a lot; so I can tell you that FlowBoost would be the Web Hook Service to use in this situation. CheersJo
@Vinz It is not normal.Remember, there is no such thing as a campaign. There are Programs and there are Smart Campaigns. When you say someone created a campaign, that immediately raises a flag for me. You'd need to provide details of the created asset in question, the new API call that's not worki...
@LP_IMS_KJB_7016 ,the key thing to understand here is that variables are not scoped within a token. if you set a variable in one token, you can reference it in a subsequent token. so, this is perfectly valid:my.setupOutput#set($myOutput = "This is some output")#set($myOtherOutput = "This is some mor...
@Vinz ,Try this https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/assets/smart-campaigns CheersJo