> For the complete documentation index, see [llms.txt](https://digisac.gitbook.io/manual-digisac-2-0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digisac.gitbook.io/manual-digisac-2-0/campanhas.md).

# CAMPANHAS

A funcionalidade de **Campanhas** permite enviar mensagens de marketing via **SMS** ou **Conexão Oficial do WhatsApp (WABA)** diretamente pela Digisac.

Além das campanhas, você pode ainda acompanhar o desempenho e gerenciar o histórico de envios nesta seção.

Para acessá-la, clique no **ícone Campanhas (megafone)** no Menu Principal.

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

Nesta área você encontra todas as campanhas já criadas e enviadas, além de seus principais indicadores:

* **Título**: Nome definido durante a criação da campanha.
* **Tags**: Classificações usadas para segmentar ou identificar campanhas.
* **Conexão**: Canal ou número utilizado para o envio (SMS ou WABA).
* **Status**: Situação atual da campanha (agendada, concluída, pausada, etc.).
* **Enviado em**: Data e horário em que o envio começou.
* **Progresso**: Percentual de mensagens já enviadas.
* **Tipo**: Indica se foi enviada manualmente ou por agendamento.
* **Saúde do Template (WABA)**: Classificação da Meta (Alta, Média, Baixa) baseada em taxa de abertura e bloqueios (desempenho).
* **% Abertura**: Percentual de contatos que abriram a mensagem.
* **Ações**: Para visualizar detalhes, editar, excluir, retomar campanha, entre outros.

Para facilitar a gestão, utilize os **filtros de pesquisa**, onde é possível refinar campanhas por datas, conexão, status e saúde do template.

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

***

Nas próximas páginas, você encontra todos os detalhes sobre campanhas de SMS e campanhas via WABA.


---

# 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://digisac.gitbook.io/manual-digisac-2-0/campanhas.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.
