Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
That definitely seems like a better solution and I did not think of that! I knew having so many wait steps was not the right way to go... So set up another SC that is triggered off the status changing to anything other than Offline and have the flow remove them from the original campaign. I might be...
Hello,I have an interesting scenario and I'm curious to see how others might approach this use case...I'm trying to set up a campaign with 3 emails in the flow. Email 1 is sent after 3 days of being in a state of "Offline," Email 2 is sent after 10 total days, and email 3 is sent after 30 total days...
Thank you for the clarification! So that was most likely because of the way they had the SSL cert set up. Good to know!
Thank you so much for the detailed response! It's been quite the process with the IT team to get this all sorted out (going on 4 weeks now) and I recall in one instance last year I had to change from . to a - to get the email piece working. (so, go2-quick.example.com) but that one was also on a subd...
I have a question on using subdomains and getting the branded links set up with a customer. Just using coffee as an example....my client is coffee.com. They want to use quick.coffee.com as their email send/reply to. As such, I've sent instructions to their IT team to create 2 CNAME records (one for ...
Hello,I'm wondering if it's possible to track opens, clicks, etc. for an email that is sent multiple times. For example, I have a smart campaign that is triggered based off of a field being updated and then the flow sends an email that has quite a bit of tokenized content. This allows us to simply u...
I guess my main question was meant to reference the pieces that their IT will need to implement. Branding name: go.coffee-cups.comDomain Alias: go2.smartcoffee.com redirecting to the unsubscribe pageFor their IT, they will need to create a DNS Record for the new LP CNAME and Email CNAME and point th...
Hello,I have a quick question regarding domains for a tenant we're spinning up in Marketo. This customer would like to use a different domain for Landing Pages (currently will only be used for unsubscribes) and emails. For this example, let's say the company is called Coffee Cups. They would like to...
Thanks, Sanford Whiteman ! I'll give this a try and see what happens. And I agree with you, it's not the best option for folks who have some casing in their name. But I think it's better than "LATASHA" and "MCKENNA." Is there a better script to run for this situation?Cheers,Chelsey---
Hello,I have an extra space when I use my email script for changing an all-caps first name to sentence case.Here's the script:#set($name = ${lead.FirstName})#if( !$name.isEmpty() )${name.substring(0,1).toUpperCase()}${name.substring(1).toLowerCase()} #endAnd when I use it in my email, it always inc...