Re: Changing out text using Email Script

Anonymous
Not applicable

Changing out text using Email Script

Hey Everyone!

Is it possible to to change out text after a certain amount of time have passed?

Ex.

     Send Email / text1

     Wait 2 weeks

     Send Email / text2

I'm trying to cut out having so many emails and tokens.

Tags (1)
4 REPLIES 4
Casey_Grimes
Level 10

Re: Changing out text using Email Script

Hi Derek,

While you can't necessarily do something like "after X time, then do this," if you know these are going to be static, timed sends you can at least say "if Oct. 25, 2016 11:15:30 AM has passed, then display text2" to achieve the effect.

Alternately, you could put a datestamp field on the record that receives the first email and then just do a date comparison in the script to say "if more than two weeks after whateverDate then display text2"

Anonymous
Not applicable

Re: Changing out text using Email Script

Thank you Courtney!

I'm going to try the second option and see what comes from it. I'll let you know if it works out.

Robb_Barrett
Marketo Employee

Re: Changing out text using Email Script

Two emails is the easiest, most secure way. If you want a script you're adding a token.  Just make a clone of the email.

As a Best Practice, if this is a truly email only campaign you're best off creating two different campaigns. I know that seems all sorts of complicated but you're sending a different message on a different date.

If this is for an invitation, multiple emails is the way to go. It'd be nice if we could step and save ourselves some hassle, but Marketo hasn't released that yet.

Robb Barrett
Anonymous
Not applicable

Re: Changing out text using Email Script

Thanks Rob! I just voted for the subject line!