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

# Canaux de notification

> Configurez les canaux d’alerte.

Créez des canaux de notification. Les champs requis dépendent de `type` (email, slack, discord, webhook, etc.).

## Points d’entrée

<CardGroup cols={2}>
  <Card title="Lister" icon="list" href="/fr/api-reference/notification-handlers/retrieve-all-notification-handlers" horizontal>
    `GET` `/notification-handlers/`
  </Card>

  <Card title="Récupérer" icon="eye" href="/fr/api-reference/notification-handlers/retrieve-one-notification-handlers" horizontal>
    `GET` `/notification-handlers/{notification_handler_id}`
  </Card>

  <Card title="Créer" icon="plus" href="/fr/api-reference/notification-handlers/create-notification-handlers" horizontal>
    `POST` `/notification-handlers`
  </Card>

  <Card title="Mettre à jour" icon="pen-to-square" href="/fr/api-reference/notification-handlers/update-notification-handlers" horizontal>
    `POST` `/notification-handlers/{notification_handler_id}`
  </Card>

  <Card title="Supprimer" icon="trash" href="/fr/api-reference/notification-handlers/delete-notification-handlers" horizontal>
    `DELETE` `/notification-handlers/{notification_handler_id}`
  </Card>
</CardGroup>
