SOLVED

Re: Add a end date within the email drip campaign

Go to solution
Frank_Breen2
Level 10

Add a end date within the email drip campaign

We have a 30 day trial drip campaign created, but in the email body the team wants to add the date that trial ends, something like this:

After <<End date>> your applications will be stopped...

Any idea on how to implement, people can fill the form out anytime so need a way to find the date when the form was filled out and add 30 days, then input that date into my email body. Any suggestions?

1 ACCEPTED SOLUTION

Accepted Solutions
Grégoire_Miche2
Level 10

Re: Add a end date within the email drip campaign

Hi Frank,

2 methods:

  • Add a field, call it "trial end date" and populate it with a data value change in the fills out form trigger campaign. New value: {{system.date}} + 30. Yo will be able to instert that end date in a token in the emails.
  • Add a field, call it "trial start date" and populate it with a data value change in the fills out form trigger campaign. New value: {{system.date}}, then use a script token to compute the end date and insert that script token in the emails.

-Greg

View solution in original post

2 REPLIES 2
Grégoire_Miche2
Level 10

Re: Add a end date within the email drip campaign

Hi Frank,

2 methods:

  • Add a field, call it "trial end date" and populate it with a data value change in the fills out form trigger campaign. New value: {{system.date}} + 30. Yo will be able to instert that end date in a token in the emails.
  • Add a field, call it "trial start date" and populate it with a data value change in the fills out form trigger campaign. New value: {{system.date}}, then use a script token to compute the end date and insert that script token in the emails.

-Greg

Frank_Breen2
Level 10

Re: Add a end date within the email drip campaign

That worked, thanks.

Screen Shot 2016-05-06 at 14.42.16.png