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

# Webhooks

> Webhooks allow third-party services to receive a POST request whenever a specific event is triggered.

## Available triggers

| Trigger name | Description           |
| ------------ | --------------------- |
| user.created | A new user is created |
| user.updated | A user is updated     |

<Columns cols={2}>
  <Card title="Subscribe to a webhook" icon="plus" href="/api-reference/endpoint/webhook/subscribe" />

  <Card title="Unubscribe to a webhook" icon="minus" href="/api-reference/endpoint/webhook/unsubscribe" />
</Columns>
