# WhatsApp Notifications

Use WhatsApp to send guest updates with a reusable template and dynamic placeholders.

## Configure WhatsApp

* Connect your WhatsApp provider details (token, phone, SID, number ID).
* Confirm the connection status before enabling notifications.
* Use the enable switch to turn WhatsApp notifications on or off.
* If the provider is not connected yet, complete [WhatsApp Integration Setup](/finance-management/notifications/whatsapp-integration.md) first.

## Template Editing

* Write a template once and reuse it for new bookings.
* Use placeholders for dates, names, and amounts.
* Preview the message to validate formatting.

## Placeholders

* `{{title}}` guest greeting
* `{{pg_name}}` property name
* `{{start}}` check-in date
* `{{end}}` check-out date
* `{{count}}` number of nights
* `{{booking_status}}` booking status
* `{{guest_name}}` full guest name
* `{{address}}` property address
* `{{phone}}` contact phone
* `{{amount}}` total booking amount
* `{{currency}}` currency code
* `{{checkInFrom}}` earliest check-in time
* `{{checkInTo}}` latest check-in time

## Tips

* Keep messages short and friendly for mobile reading.
* Reset the template if formatting gets messy, then re-save.
* Disable notifications temporarily during template updates.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hostelmate.co/finance-management/notifications/whatsapp-notifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
