Active links in your emails for guests

Active link in the email

If you want to add an active link to your emails, you need to use the following code:

<a href="https://www.tablein.com">click here</a>

For example (in code):
For more information on our menu, please read <a href=”https://www.tablein.com”>HERE</a>.

For example (as guests will see it):
For more information on our menu, please read HERE.

Note: https:// is a must for a link. 

Screen-Shot-2020-03-20-at-11.49.00

Reservation cancellation link in the email

If you want to add a cancellation link to your emails, you need to use this token code:
[node:reservation-cancel-link]

for example (as guests will see it):

If your plans change, please click here to cancel your reservation.

example with code:

If your plans change, please [node:reservation-cancel-link] to cancel your reservation

Screen-Shot-2020-03-20-at-12.04.13