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

> Clics en enlaces cortos y conversiones atribuidas a campañas.

<Tip>
  Configure under **Integrations → Webhooks**. See [Webhooks](/es/guides/webhooks/index) for signing and retries.
</Tip>

## Enlaces cortos

| Event                | When it fires                           |
| -------------------- | --------------------------------------- |
| `short_link.clicked` | Someone opened a tracked short link     |
| `message.clicked`    | Click attributed to a specific **send** |
| `sms.clicked`        | Click on SMS link                       |
| `telegram.clicked`   | Click on Telegram link                  |
| `rcs.clicked`        | Click on RCS link                       |

## Conversión

| Event                   | When it fires                                                 |
| ----------------------- | ------------------------------------------------------------- |
| `conversion.attributed` | Order/conversion linked to `msgId` via `POST /v1/conversions` |

## Uso típico

* **Análisis** y remarketing después de `short_link.clicked`
* **ROI de la campaña** después de `conversion.attributed`

## Próximos pasos

* [Enlaces inteligentes y conversiones](/es/short-links-api/como-funciona/smart-links-e-conversoes)
* [Inicio rápido](/es/short-links-api/como-funciona/quick-start)
