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

# Notification handlers

> Configure alert channels.

Create notification channels. Required fields depend on `type` (email, slack, discord, webhook, etc.).

## Endpoints

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

  <Card title="Retrieve one" icon="eye" href="/en/api-reference/notification-handlers/retrieve-one-notification-handlers" horizontal>
    `GET` `/notification-handlers/{notification_handler_id}`
  </Card>

  <Card title="Create" icon="plus" href="/en/api-reference/notification-handlers/create-notification-handlers" horizontal>
    `POST` `/notification-handlers`
  </Card>

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

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