Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hi! This does help - Thank you so much!
Hi all, With the upcoming Retention Policy Change limiting the lookback period on sent/delivered to 90 days, I am hoping to pick your brains on a workaround for an inactivity trigger we have. Currently, we have a batch Smart Campaign in place where the Smart List looks for leads who are at least 180...
That makes sense. Thank you for clarifying!
That all makes sense. Admittedly I was using .compareTo() because I wasn't aware of .equals() but your explanation makes sense and I will adjust my tokens.Do you mean that I should be specifying the timezone in each token where I call $date ?
Hi Sanford,Thanks for your reply. See below for the codes. I am using them to create various tokens to insert into an email template.Token 1#set( $defaultTimeZone = $date.getTimeZone().getTimeZone("America/New_York") )#set( $defaultLocale = $date.getLocale() )#set( $calNow = $date.getCalendar() )#se...
Hi there,I've had an email campaign set up with a few Velocity-scripted tokens for a while, and have recently been getting this error on email bounces:Velocity transform failed: ;The nested exception is:
Hi Anna,The tokens and the smart campaign that both sends the email and creates the task within the flow step are all within the same email program. It seems like the email is taking the tokens in the send; just not the task.
I looked around and didn't see a similar question/answer so apologies if this has been answered before!I have a campaign where I set up a few MyTokens to use in the email template. I also use some in the Create Task step of the flow (in the comments section). However, in a recent batch, I noticed th...