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

> formulario.enviado, formulario.confirmado y formulario.cancelado.

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

## Eventos

| Event               | When it fires                                          |
| ------------------- | ------------------------------------------------------ |
| `form.submitted`    | Submission registered (active or pending confirmation) |
| `form.confirmed`    | Double opt-in confirmed                                |
| `form.unsubscribed` | Unsubscribe (typical for newsletter)                   |

## Ejemplo, `form.submitted`

Fields vary by template and API response.

## Próximos pasos

* [Templates and use cases](/es/marketing-addons-api/como-funciona/templates-e-casos-de-uso)
* [Quick Start](/es/marketing-addons-api/como-funciona/quick-start)
* [Webhooks (guide)](/es/guides/webhooks/index)
