> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/pre-order/back-in-stock/back-in-stock-notifications/customer-notifications.md).

# Customer notifications

## <mark style="color:blue;">How to Enable</mark>

{% stepper %}
{% step %}
From the app’s left navigation, go to **Settings > Back in Stock >** Enable the **Enable restock alerts**.&#x20;

<figure><img src="/files/ArxzV5SYVpKY0CPB4HRI" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Edit template**&#x20;

* Edit Email subject, Appearance , Sections
* For variable liquid, uyou can use variables to output data to your email template. Available variables are as follows:

| **Variable**          | **Description**                                                           |
| --------------------- | ------------------------------------------------------------------------- |
| `{{shop.name}}`       | The name of your store.                                                   |
| `{{shop.email}}`      | The email address of your store.                                          |
| `{{shop.shop_owner}}` | The full name of the store owner.                                         |
| `{{customer_email}}`  | The email address of the customer who signed up for back-in-stock alerts. |
| `{{customer_phone}}`  | The phone number of the customer (if collected).                          |
| `{{product_name}}`    | The name of the product that is back in stock.                            |
| `{{product_url}}`     | The URL (link) to the product page.                                       |
| `{{variant_name}}`    | The name or title of the specific variant (e.g., "Black / Large").        |
| `{{variant_url}}`     | The direct URL to the product variant (if supported).                     |

* In the Sections tab, customize the header, body, and footer
  {% endstep %}

{% step %}
Click **Save** to apply.
{% endstep %}
{% endstepper %}

## <mark style="color:blue;">Send a notification to customers when the product is back in stock</mark>

Decide the sending method:

* I will send the notification by myself
* Auto send notification

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

<mark style="color:purple;">**Example:**</mark>

<figure><img src="/files/59znmdWX6MUVSyPAavhq" alt=""><figcaption></figcaption></figure>

***

📩 Need Help? \
\
If you encounter any difficulties during setup, please don’t hesitate to reach out via **chat** or email us at **<contact@globo.io>**. We're always here to help!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.globo.io/pre-order/back-in-stock/back-in-stock-notifications/customer-notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
