Mailbutler: Thank you. However, the main feature would be to be able to set up a recurring email where we can insert the placeholders. For example, I need to send an email to the team every month on the last day of the month. The text is the same, so I should be able to use an email template. The only thing that changes is some dates. In the subject line the [month] will change, based on the month that the email is being sent. In the body of the email, the [month] but also the entire date (e.g. Thursday, June 1st, 2023) should also be there. For example, on May 31st, I need to send an email to the team "Please don't forget to enter your hours for May no later than Thursday, June 1st, 2023." Then, on June 30, I will be sending another email "Please don't forget to enter your hours for June no later than Thursday, July 1st, 2023." And so on.
Also, is there placeholder to write the date as word (May 22, 2023) as opposed to numerical format (2023-05-22)?
Hi Sorin! Thank you for sharing your ideas with us and providing detailed explanation. We will take your request into account for the scope of future "Templates" editor upgrade. Also it is already possible to have a dynamic date in templates and insert placeholders in subject or email body.
Mailbutler: Can you please let me know how I can use the dynamic date in templates and insert placeholders in subject or email body. Thank you!
Sorin Silivestru: 2) You would like to shift date e.g for 5 days, placeholder will be: {% assign seconds = 5 | times: 24 | times: 60 | times: 60 %} {{ "now" | date: "%s" | plus: seconds | date: "%Y-%m-%d" }}
Hi Sorin! Here are some cases: 1) You would like to insert actual date, placeholder will be {{ "now" | date: "%Y-%m-%d" }} Please find screenshots attached