Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
@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
@cierac , I don't think your preview link is workingCheersJo
@Guitarrista82,the only trick you could possibly do would be have the CTA go to a landing page that invoked the SMS. That way it's not actually in the email.CheersJo
@vholechi ,just presume it is deprecated, and use the newer version.RegardsJo