> For the complete documentation index, see [llms.txt](https://magecomp.gitbook.io/shopify/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://magecomp.gitbook.io/shopify/apps/kool-whatsapp-notifications/notification-templates/admin-notifications.md).

# Admin Notifications

Using this Shopify app, merchants can keep themselves familiar with customer activities like order place & new registrations. That is, notifications are sent to the store admin via WhatsApp medium whenever a new order is placed and any new visitor signs up to the store.&#x20;

## <mark style="color:blue;">Order Place Notification to Admin</mark>

This notification will be received by the admin when an order is placed by any customer.

<figure><img src="/files/1ACoRAtCJ84BQa2Z7HxQ" alt=""><figcaption></figcaption></figure>

* **Message Template:** Enter the notification message you want to send to your customers by using the following message variables 👇

{% hint style="info" %}
**Variables**

* *{%-order\_id-%}*
* *{%-customer\_name-%}*

The message would look like below.

*<mark style="color:green;">"Hello Admin You have a New Order on your Shopify Store Order ID is: 52481</mark>*

*<mark style="color:green;">Thank You"</mark>*
{% endhint %}

* **Template Name:** Assign a name to the template.
* **Language Code:** Enter the code of the language in which you want to send notifications.

After you are done with all the changes, save your message template. Now, this message will be sent to your customers when their order is delivered to them.

## <mark style="color:blue;">Customer Registration Notification to Admin</mark>

This notification will be received by the admin when a customer registers into the store.

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

* **Message Template:** Enter the notification message you want to send to your customers by using the following message variables 👇

{% hint style="info" %}
**Variables**

* *{%-customer\_name-%}*
* *{%-customer\_email-%}*

The message would look like below.

*<mark style="color:green;">"Hello admin</mark>*

*<mark style="color:green;">A new customer has registered on the platform.</mark>*

*<mark style="color:green;">**Name:**</mark> <mark style="color:green;"></mark><mark style="color:green;">Mark Aniston</mark>*\
\&#xNAN;*<mark style="color:green;">**Email:**</mark> <mark style="color:green;"></mark><mark style="color:green;"><anistonmark23@gmail.com>"</mark>*
{% endhint %}

* **Template Name:** Assign a name to the template.
* **Language Code:** Enter the code of the language in which you want to send notifications.

After you are done with all the changes, save your message template. Now, this message will be sent to your customers when their order is delivered to them.


---

# 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://magecomp.gitbook.io/shopify/apps/kool-whatsapp-notifications/notification-templates/admin-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.
