# How to send internal notificaions

Use our webhook feature to send internal notification messages to your team members on WhatsApp. You can notify a single member or multiple members as needed.\
\
**Webhook URL**\
\
Webhook URLs may vary depending on the WhatsApp gateway you’re using.

To find the correct webhook URL for your GHL subaccounts, switch to the subaccount and navigate to...

&#x20;\
**Settings- Phone Numbers - Advanced Settings**&#x20;

<table><thead><tr><th width="271">SMS Provider Name</th><th>URL</th></tr></thead><tbody><tr><td><strong>WhatsApp Gateway</strong></td><td><code>https://trigger.apimerger.com/webhook</code></td></tr><tr><td><strong>WhatsApp Gateway 1</strong></td><td><code>https://trigger1.apimerger.com/webhook</code></td></tr><tr><td><strong>WA1 Connector</strong> </td><td><code>https://wa1.apimerger.com/webhook</code></td></tr><tr><td><strong>WA2 Connector</strong></td><td><code>https://wa2.apimerger.com/webhook</code></td></tr></tbody></table>

**Custom Data**

Based on the workflow type(refer to the video), under **custom data** define

**message:** Your message here

**user:** Mobile number of your team member without + sign with country code, for example, if you are using a US number then you need to put the number like this \
**15672346789**

For more details, you can follow the steps given in the video \ <br>

{% embed url="<https://youtu.be/tNMPQE-0W9o?si=ogjmRFyKkAtT_ysG>" %}
How to send internal notifications to your team members
{% endembed %}


---

# 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://help.waghl.com/get-started/internal-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.
