Skip to main content

Documentation Index

Fetch the complete documentation index at: https://support.getskara.ai/llms.txt

Use this file to discover all available pages before exploring further.

To add today’s date in an email template, You can use special word “today” with date function. Add the following attribute in the email template: Input
This page was last updated at {{ "today" | date: "%Y-%m-%d" }}
Output
This page was last updated at 2024-03-12
AddToday1.png You can also add the current time with the date.
  • Input:
This page was last updated at {{ "today" | date: "%Y-%m-%d %H: %M" }}
  • Output:
 This page was last updated at 2024-03-12 19:06
AddToday2.png