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

# Eventos de webhooks

> Cliques em links curtos e conversões atribuídas a campanhas.

<Tip>
  Configure em **Integrações → Webhooks**. Veja assinatura e retentativas em [Webhooks](/guides/webhooks/index).
</Tip>

## Links curtos

| Evento               | Quando dispara                                                   |
| -------------------- | ---------------------------------------------------------------- |
| `short_link.clicked` | Alguém abriu um link curto rastreado                             |
| `message.clicked`    | Clique atribuído a um **envio** específico (SMS, WhatsApp, etc.) |
| `sms.clicked`        | Clique em link de SMS                                            |
| `telegram.clicked`   | Clique em link de Telegram                                       |
| `rcs.clicked`        | Clique em link de RCS                                            |

## Conversão

| Evento                  | Quando dispara                                                  |
| ----------------------- | --------------------------------------------------------------- |
| `conversion.attributed` | Pedido/conversão ligado a um `msgId` via `POST /v1/conversions` |

## Uso típico

* **Analytics** e remarketing após `short_link.clicked`
* **ROI de campanha** após `conversion.attributed`

## Próximos passos

* [Smart Links e conversões](/short-links-api/como-funciona/smart-links-e-conversoes)
* [Quick Start](/short-links-api/como-funciona/quick-start)
