> For the complete documentation index, see [llms.txt](https://assiny.gitbook.io/assiny-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assiny.gitbook.io/assiny-docs/webhooks/como-configurar.md).

# Como configurar

Para cadastrar o seu Webhook na Assiny é bem simples:

### Passo 1 - Vá até "Integrações"

<div align="left"><figure><img src="/files/8pJS7IKatCtbHohbVCfL" alt=""><figcaption></figcaption></figure></div>

### Passo 2 - Encontre a opção "Webhooks" e clique em "Configurar"

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

### Passo 3 - Clique em "Novo Webhook"

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

### Passo 4 - Preencha os dados do novo Webhook

1. Dê um nome para seu Webhook
2. &#x20;Adicione a URL do seu Webhook
3. Selecione de quais produtos você deseja receber os eventos
4. Selecione quais eventos você deseja receber

{% hint style="success" %}
Você pode usar a área de teste para validar se a URL está certa antes de salvar. Basta selecionar o evento, e clicar em "Enviar evento de teste"
{% endhint %}

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

### Passo 5 - Basta clicar em salvar e pronto

<div align="left"><figure><img src="/files/mKv95nq7KsMXAvnP9QsV" alt=""><figcaption></figcaption></figure></div>


---

# 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:

```
GET https://assiny.gitbook.io/assiny-docs/webhooks/como-configurar.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.
