# Hotel Reservation Template

A single-bubble Flex Message that confirms a hotel reservation with dates, room type, and a reservation-details CTA.

## When to use

- Booking confirmation sent immediately after reservation
- Check-in reminder the day before arrival
- Upsell messages for room upgrades


## Customization

| Field | How to customize |
|  --- | --- |
| `contents.body.contents[*].text (dates)` | Bind to `{{ event.check_in_date }}` and `{{ event.check_out_date }}`. |
| `contents.body.contents[*].text (room type)` | Replace with `{{ event.room_type }}` from your reservation system. |
| `contents.body (action URI)` | Point to the booking detail page including the reservation ID. |


Attribution
This template is adapted from the official [LINE Flex Message Simulator](https://developers.line.biz/flex-simulator/). Review and customize the payload to match your brand and campaign context before sending.

## Back to gallery

[← All Flex Message templates](/products/marketing-cloud/engage-studio/channels/line/line-oa-flex-message-gallery)