> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vectalk.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Registrar Webhook

> Registre uma URL para receber eventos do WhatsApp

<ParamField body="instance_id" type="string" required>
  ID da instância que o webhook vai monitorar.
</ParamField>

<ParamField body="url" type="string" required>
  URL HTTPS que receberá os eventos via POST.
</ParamField>

<ParamField body="name" type="string">
  Nome descritivo para identificar o webhook.
</ParamField>

## Resposta

```json theme={null}
{
  "id": "wh_...",
  "instance_id": "inst_...",
  "url": "https://meuapp.com/webhook",
  "name": "Produção",
  "active": true,
  "created_at": "2026-01-01T00:00:00Z"
}
```
