I am trying to figure out the email tokens section.
- Is there a list that shows the tokens and then what each token represents exactly
- I need to know how to personalize an object token, for instance the %booking% token does not display correctly as it is an object token, but how do I know what to put after an _ or . to make it display something (for instance the check in or check out date or price etc.)
- when do we use _ and when do we use .
- how do I know what to add after _ or . to personalize
I refer to the following from the support:
You can use tokens to personalize the content. For example, add the %user_name%
token to include the email recipient’s name. Also, if there’s an object token (without underscores) like %user%
or %listing%
, you can display any field this way: %user.first_name%
How do I know what words can be used after _ or . to generate something succesfully
Hope this makes sense?