Email Variables
What email variables are available to populate my templates?
Use variables to automatically populate email templates with order details.
You can use variables to automatically populate email templates with order properties like products, prices, and rental period.
Order variables
{{booking_id}}
{{renter_first_name}}
{{renter_last_name}}
{{renter_full_name}}
{{reservation_start_date}} (ex. May 19, 2022)
{{reservation_end_date}}
{{reservation_start_time}} (ex. 10:00 AM)
{{reservation_end_time}}
{{reservation_distance_included}} (ex. 300)
{{reservation_fee_per_mile}} (ex. 0.99)
{{order_start_stop_widget}}
Order start and stop widget is shown below.
{{order_status_button}}
The booking status button is a button that links to a status page for the reservation
Vehicle variables
{{vehicle_image}}
{{vehicle_name}}
{{vehicle_year}}
{{vehicle_make}}
{{vehicle_model}}
{{vehicle_trim}}
{{vehicle_vin}}
{{vehicle_license_plate}}
{{vehicle_lockbox_location}}
{{vehicle_lockbox_code}}
Company variables
{{company_email}}
{{company_phone}}
{{company_name}}
Updated on: 12/04/2022
Thank you!