# Webhooks

Esses eventos são acionados quando uma ação como a criação de mensagem acontece na AtendChat. Você pode criar mais de um webhook para uma conta.

#### Etapa 1

Vá para **Configurações** → **Integrações**, em Webhooks clique em **Configure.**

<figure><img src="/files/VimQalvrPDDmXjrgACC8" alt="" width="563"><figcaption></figcaption></figure>

#### Etapa 2

Você verá a lista de webhooks que já adicionou à conta.

<figure><img src="/files/5RdwVGjG8p7jdJUeEayH" alt="" width="563"><figcaption></figcaption></figure>

#### Etapa 3

Clique em "**Adicionar novo webhook**", e ele exibirá um pop up onde você poderá inserir a **URL** para a qual a solicitação POST deve ser enviada. Em seguida, você precisa selecionar os eventos que deseja inscrever. Esta opção permitiria que você ouvisse apenas os eventos relevantes na AtendChat.

<figure><img src="/files/6BpRNxYkcHv69Z8Dkknv" alt="" width="563"><figcaption></figcaption></figure>

O Chatwoot enviará uma solicitação POST com a seguinte carga para os URLs configurados para várias atualizações que ocorrem em sua conta.


---

# 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://ajudachat.hotmobile.com.br/webhooks.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.
