> For the complete documentation index, see [llms.txt](https://meetbit.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meetbit.gitbook.io/docs/notifications/liquid-templating-for-notifications.md).

# Liquid Templating for Notifications

MeetBit Notifications utilize [Liquid Templating](/docs/others/liquid-templating.md) to allow dynamic information within your notifications. The table below outlines the various types of information available to each block within a Notification:

{% hint style="info" %}
Different Notification Triggers have different information available.&#x20;
{% endhint %}

| Notification Trigger                                                   | Model                 | Field Name           | Note                                                                                                          |
| ---------------------------------------------------------------------- | --------------------- | -------------------- | ------------------------------------------------------------------------------------------------------------- |
| **All Triggers**                                                       | Workspace             | tenant               | Workspace branding can be accessed under `tenant.branding`                                                    |
|                                                                        | Primary Domain        | primary\_domain      |                                                                                                               |
| **Meeting Link Scheduled** & **Meeting Link Scheduled Representative** | Event                 | event                |                                                                                                               |
|                                                                        | Customer              | customer             | May not include accurate information if "Save Customer Details" is set to false.                              |
|                                                                        | Meeting Link          | meeting\_link        |                                                                                                               |
|                                                                        | Representative (User) | representative       |                                                                                                               |
|                                                                        | Name                  | name                 | Name input on schedule. May be blank depending on Meeting Link settings.                                      |
|                                                                        | Email                 | email                | Email input on schedule.                                                                                      |
|                                                                        | Contact Number        | contact\_number      | Contact Number input on schedule. May be blank depending on Meeting Link settings.                            |
| **Event Created**                                                      | Event                 | event                |                                                                                                               |
|                                                                        | Name                  | name                 | Name of attendee receiving the notification.                                                                  |
|                                                                        | Email                 | email                | Email of attendee receiving the notification.                                                                 |
| **Event Updated**                                                      | Event                 | event                | Contains the new information about the event.                                                                 |
|                                                                        | Customer              | customer             | May be blank depending if Customer was not attached to event.                                                 |
|                                                                        | Name                  | name                 | Name of attendee receiving the notification.                                                                  |
|                                                                        | Email                 | email                | Email of attendee receiving the notification.                                                                 |
| **Event Canceled**                                                     | Event                 | event                | <p>The following are accessible under this:<br>- <code>cancel\_note</code><br>- <code>canceled\_by</code></p> |
|                                                                        | Customer              | customer             | May be blank depending if Customer was not attached to event.                                                 |
|                                                                        | Name                  | name                 | Name of attendee receiving the notification.                                                                  |
|                                                                        | Email                 | email                | <p>Email of attendee receiving the </p><p>notification.</p>                                                   |
| **Event Reminder**                                                     | Event                 | event                |                                                                                                               |
|                                                                        | Customer              | customer             | May be blank depending if Customer was not attached to event.                                                 |
|                                                                        | Name                  | name                 | Name of attendee receiving the notification.                                                                  |
|                                                                        | Email                 | email                | <p>Email of attendee receiving the </p><p>notification.</p>                                                   |
| **Event Rescheduled**                                                  | Event                 | event                | Contains the new start and end date-times about the event.                                                    |
|                                                                        | Customer              | customer             | May be blank depending if Customer was not attached to event.                                                 |
|                                                                        | Name                  | name                 | Name of attendee receiving the notification.                                                                  |
|                                                                        | Email                 | email                | <p>Email of attendee receiving the </p><p>notification.</p>                                                   |
| **Event Reassigned**                                                   | Event                 | event                |                                                                                                               |
|                                                                        | Customer              | customer             | May be blank depending if Customer was not attached to event.                                                 |
|                                                                        | Name                  | name                 | Name of the attendee receiving the notification.                                                              |
|                                                                        | Email                 | email                | Email of the attendee receiving the notification.                                                             |
| **Event Feedback**                                                     | Event                 | event                |                                                                                                               |
|                                                                        | Customer              | customer             |                                                                                                               |
|                                                                        | Meeting Link          | meeting\_link        | Name of the attendee receiving the notification.                                                              |
|                                                                        | Representative        | representative       | Email of the attendee receiving the notification.                                                             |
|                                                                        | Name                  | name                 | Name of customer                                                                                              |
|                                                                        | Email                 | email                | Email of customer                                                                                             |
|                                                                        | Feedback Form         | feedback\_form       |                                                                                                               |
|                                                                        | Encypted Event ID     | encrypted\_event\_id | Used in creating Feedback Form Link for Customer to access.                                                   |
| **Error Report Received**                                              | Error Report          | error\_report        |                                                                                                               |
