Time Variables

Add dynamic times to your cold email campaigns.

Michael Benson avatar
Written by Michael Benson
Updated over a week ago

With variables you can add dynamic content to your cold emails. Here are the current variables that are supported that relate to time.

Variable

Description

{{#today}}

Will provide the current day of the week when the email is sent.

{{#tomorrow}}

Will provide the next day of the week when the email is sent.

{{#days_from_now+N}}

Will provide the Nth day of the week when the email is sent.

{{#weekdays_from_now+N}}

Will provide the Nth weekday of the week when the email is sent. This will always skip Saturday and Sunday.

The max number that N can be is 365.

Examples:

Below are some examples assuming that the day is Monday.

  • {{#today}} -> Monday

  • {{#tomorrow}} -> Tuesday

  • {{#days_from_now+3}} -> Thursday

  • {{#days_from_now+7}} -> Monday

  • {{#weekdays_from_now+5}} -> Monday

  • {{#weekdays_from_now+7}} -> Wednesday

Extra Note:

Did this answer your question?