# Introdução

O módulo "Notificação" foi criado para atender clientes que possuem sistemas com baixo grau de integração, disponibilizando rotas específicas para disparos de mensagens via WhatsApp de forma simplificada.

{% hint style="info" %}
Você não pode habilitar essa funcionalidade se o módulo **API** estiver habilitado.
{% endhint %}

**Base URL**

Substitua `{SUBDOMAIN}` pelo subdomínio do seu CRM.

```
https://{SUBDOMAIN}.brpex.com/api/v1/notifications/
```

**Content-type**

```
Application/json
```

### :link: Métodos disponíveis


---

# 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://brpex.gitbook.io/brpex-crm/notificacao-api/introducao.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.
