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

# Webhook events

> Short link clicks and conversions attributed to campaigns.

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

## Short links

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

## Conversion

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

## Typical use

* **Analytics** and remarketing after `short_link.clicked`
* **Campaign ROI** after `conversion.attributed`

## Next steps

* [Smart Links and conversions](/en/short-links-api/como-funciona/smart-links-e-conversoes)
* [Quick Start](/en/short-links-api/como-funciona/quick-start)
