Airbnb Saved Message Templating
As an Airbnb host, you will be posting a lot of messages to communicate with your guests. AirMessage can help you save times copying and retyping guest information. AirMessage is turning the "Saved Message" into the Templated messages.
Currently there are three built-in template fields.
{{firstname}} = Guest First Name
{{checkindate}} = Guest Check-in Date
{{checkoutdate}} = Guest Check-date Date
However, you can also add your own customized items by adding a new message with title
'0data'
then enter multiple comma separated key-value pairs using following pattern
|!|"name":"value","name":"value","name":"value"|!|
Example:
|!|"sig":"Bob","city":"Tampa"|!|
You will need to reload the browser page for the updated custom template fields to take effect.