# Notifications

<figure><img src="/files/sSbmmaqEIGQAuCy1mqYi" alt=""><figcaption><p>Action > Notification</p></figcaption></figure>

## Email Notification

<figure><img src="/files/jLF44jwJIT3CT7FE4fkq" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Unlike [Send Email](/email/send-email.md), email notification only supports text message. I.e. no images or buttons.
{% endhint %}

## WhatsApp Notification

### Prerequisites

* Connected to WhatsApp Cloud
* Verified payment method linked to your WhatsApp Business Number

### Check payment method

1. Bots > WhatsApp Cloud
2. Check payment method (you will be redirected to Meta Business Manager)

<figure><img src="/files/y1IVxr5T07FM2PlOCiz5" alt=""><figcaption></figcaption></figure>

### Flow setup

1. Action > WhatsApp Notification/WhatsApp Template Notification

<figure><img src="/files/xcUaIhNSeqkYEGJunJxA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**Differences**

WhatsApp Notification - Typically used as part of a larger flow build where a conversation happens within a 24-hour window.

WhatsApp Template Notification - When sending notifications outside the 24-hour window.
{% endhint %}

<details>

<summary>What is a 24-hour window? (as defined by Meta)</summary>

* You may only initiate conversations using an approved Message Template (as defined in our [documentation](https://developers.facebook.com/docs/whatsapp/pricing)). Any Message Template must comply with our terms and these policies, and only be used for its designated purpose. We have the right to review, approve, pause and reject any Message Template at any time.
* You may reply to a user message without use of a Message Template as long as it's within 24 hours of the last user message. Conversations initiated by users open once the first business reply message is delivered. Outside the 24-hour customer service window, you may only send messages via approved Message Templates.
* [Standard pricing](https://developers.facebook.com/docs/whatsapp/pricing) applies for all conversation categories.

For more information, visit [WhatsApp Business Policy](https://business.whatsapp.com/policy).

</details>

### WhatsApp Template Notification

Learn how to create a WhatsApp template message here


---

# 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.chatrena.com/generic/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.
