Skip to content

Variables in notifications

You can customize reminder notification message with data from your sheet by using variables.

Here are all the available variables, if you need more please don’t hesitate to contact!

  • {{ sheet_name }} - name of the sheet
  • {{ row }} - row number
  • {{ column_A }} - value from specified column (you can replace A with any other column letter)

Variables can be used in email subject and body, and in all Chat type notifications.

Examples

{{ sheet_name }} Reminder!
Row {{ row }} deadline is due soon! Check with {{ column_C }} for status.

Could transalte into:

Project Deadline Reminder!
Row 3 deadline is due soon! Check with Alice for status.