Use these placeholders to inject current date/time and portal information into your ChiliDocs® templates for any object or context.
đź”§ Available global placeholders
You can use the following placeholders to get components of the current UTC timestamp and portal ID:
-
[CurrentYear] – Four-digit year, e.g., 2025
-
[CurrentMonth] – Two-digit month, zero-padded, e.g., 08
-
[CurrentMonthName] – Full month name in the configured culture, e.g., August
-
[CurrentDay] – Two-digit day, zero-padded, e.g., 04
-
[CurrentHour] – Two-digit hour (24h), zero-padded, e.g., 09
-
[CurrentMinute] – Two-digit minute, zero-padded, e.g., 07
-
[CurrentSecond] – Two-digit second, zero-padded, e.g., 05
-
[CurrentTimestamp] – Unix timestamp in milliseconds (UTC)
-
[PortalId] – Numeric ID of the HubSpot portal
Example usage:
[CurrentYear][CurrentMonth][CurrentDay]-[CurrentHour]
=> 20250804-090705