Skip to main content
Certain configuration options in delivery destinations support using Mustache references to personalize aspects of the delivery, such as:
  • An email subject
  • File names
  • Slack message content
This guide describes the references that are currently supported and provides some example outputs.

User attributes

User attributes aren’t supported for SFTP destinations.
You can use the default system user attributes to personalize the delivery. For example:
Delivery subject & body
Subject: Daily tasks for {{omni_user_name}}

Body: 

Hey there, {{omni_user_name}}! Here are your tasks for the day:
Email deliveries also support custom-defined user attributes. Note: This is only supported for email deliveries.

Date & time

Unless noted, all destinations support the references in this section.
The values of these references will reflect the delivery’s schedule settings. For example, if the schedule is configured to use the America/New_York timezone, the values that recipients see will be in that timezone.
{{currentDate}}
Current date in YYYY-MM-DD formatExample output: 2025-07-24
{{currentYear}}
Current yearExample output: 2025
{{currentMonth}}
Current monthExample output: 07
{{currentDay}}
Current day of the monthExample output: 24
{{currentTime}}
Current time in HH:MM:SS AM/PM formatExample output: 1:00:00 PM
{{timeZone}}
Current timezoneExample output: (America/New_York)

Schedule details

Unless noted, all destinations support the references in this section.
{{entityName}}
Name of the dashboard/workbookExample output: Daily team planning
Not supported for SFTP. A link to the dashboard/workbook.Example output: https://blobsrus.omni.co/dashboards/3eafe04d
{{format}}
The format of the deliveryExample output: png
{{scheduledTaskName}}
The name of the scheduled task. Will not populate for one-off deliveries - task must be saved.Example output: Daily Task Schedule
{{scheduleDescription}}
Not supported for SFTP. The description of the scheduled task. Will not populate for one-off deliveries - task must be saved.Example output: Mondays, Tuesdays, Wednesdays, Thursdays, and Fridays at 09:00 am EDT

Recipients

{{recipientEmail}}
Email destinations only. The recipient’s email.Example output: blobby@blobsrus.com
{{numRecipients}}
Not supported for SFTP. The number of recipients who received the delivery.Example output: 5

Examples

Greeting with Omni user name attribute
Dear {{omni_user_name}},
Link to dashboard/workbook
Review the {{entityName}} report here: {{entityLink}}
Slack only - Clickable link to dashboard/workbook
Review the <{{entityLink}}|{{entityName}}> report
Report generated at
This automated report was generated on {{currentMonth}}/{{currentDay}}/{{currentYear}} at {{currentTime}}.
Delivery recipient
Report delivered to: {{recipientEmail}}
SFTP file name
{{currentDate}}-{{entityName}}