Now, you know how to view booking metadata on the admin panel. You can similarly display these data in the notifications in order for your customers to keep a written record.
- Go to “Booking Activities” menu, “Settings” submenu
- Go to “Notifications” tab
- Click on the desired notification
At least two new tags appeared in the available tags list: {custom_fields}
and {participants}
. Then, you will find a new tag per custom field: {field_field_name}
- Write
{custom_fields}
in your notification body to display the list of the reservation custom fields values - Write
{participants}
in your notification body to display the list of the reservation custom fields values for each participant - Write
{field_field_name}
in your notification body to display the reservation custom field value only
Tags | Displayed value | ||||||
---|---|---|---|---|---|---|---|
{custom_fields} |
|
||||||
{participants} |
|||||||
{field_field_name} |
Field value only |