# Envio/Recebimento de mensagens

Estamos quase no fim da sua integração, agora falta apenas configurar os webhooks para utilizar da forma que desejar em sua aplicação.

Os webhooks evitamos mexer o máximo possível no conteúdo, para evitar causar qualquer tipo de erro caso o WhatsApp venha a mudar algo. Devido a isso infelizmente existem alguns dados que poderiam estar mais facilmente acessíveis, porém vamos detalhar o máximo possível em nossa documentação para que voce tenha o mínimo de trabalho e nosso suporte sempre estará disponível para dúvidas 😊.

{% hint style="info" %} <mark style="color:blue;">**Se liga na dica!**</mark>

<mark style="color:blue;">No detalhamento dos webhooks alguns dados são repetitivos de um para outro, então para não ficar algo repetitivo vamos aproveitar o ensinamento de um webhook para outro</mark>
{% endhint %}


---

# 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://docs.astraapi.com/webhooks/envio-recebimento-de-mensagens.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.
