Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I don't see any Type constraints on these triggers (see the attached screenshot) . Can you share the screenshot where you are seeing those constraints?
I don't think there is any direct way to get this information. In my opinion, you have the following options:If you are using a program and maintaining the program statuses, you can extract the program Member data along with member dates from all three drip programs and then doa vlookup to find out ...
Agree! It just give you and structure to start with and take it from there. Definitely email coding is not easy especially if you want a bulletproof HTML email for all devices.
As other mentioned, you have to use outlook specific code to make that happen. There is a tools that you can use to get that outlook specific code for backgrounds: https://backgrounds.cm/
Interesting, I also don't really understand how this is going to work but I can guess it's not a straightforward thing. You have to use API and an external system to feed the data in an intermediate object and then link that to the user object somehow. Would love to hear back from you on how you end...
Agree with @Katja_Keesom! Removing from flow is required to handle the edge cases and only send either email or SMS.
Hi @Yash, This is possible in Marketo. To make this happen, what you have to do is, you have to first create segmentation in Marketo. Keep in mind that terminology Segmentation has a specific meaning and use cases in Marketo. You can create a segmentation by navigating to Lead Database, Segmentatio...
Interesting use case. I haven't seen anything like this worked out in Marketo. The Marketo docs also state that you can create only one-to-many and many-to-many type relationships between custom objects and Marketo standard objects. Probably you already have this in mind but how you can achieve this...
Hi Trevor, I'm not an expert on Twilio but if you check here: https://www.twilio.com/docs/sms/send-messages#include-media-in-your-messages It says you have to:- pass a MediaUrl query parameter with actual image URL- Define the content-type in the webhook header to support it. You can check the suppo...
Hi @SanfordWhiteman, Thank you for replying. All the campaign activities will have todays' date activity date if they are getting re-introduce today. For this to work properly, I would require the actual date of the campaign member association date. I do see that in the filter but not in the trigge...