All Collections
Dynamic placeholders
How do I use the Dynamic weekday placeholder?
How do I use the Dynamic weekday placeholder?
Sebastian avatar
Written by Sebastian
Updated over a week ago

In this article, I want to share a more advanced dynamic placeholder with you. For best use, feel free to reach out to our support team. 

Dynamic weekday placeholder

This placeholder takes into account the day of the week on which the action was done, for example the day one which the email was sent or the LinkedIn connection request was made.

{{#if (weekdayIs 'Monday')}}TYPE TEXT HERE{{else if (weekdayIs 'Tuesday')}}TYPE TEXT HERE{{else if (weekdayIs 'Wednesday')}}TYPE TEXT HERE{{else if (weekdayIs 'Thursday')}}TYPE TEXT HERE{{else if (weekdayIs 'Friday')}}TYPE TEXT HERE{{else if (weekdayIs 'Saturday')}}TYPE TEXT HERE{{else if (weekdayIs 'Sunday')}}TYPE TEXT HERE{{/if}}

You can use this placeholder in different ways as follows: 

  1. As part of your call to action e.g. "Would you have time for a brief call on Thursday?"

  2. To say when you did a previous action e.g. "I tried calling you this Wednesday."

  3. As part of greetings e.g. "Have a great Monday."





Did this answer your question?