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

# Preferences

> Choose which events notify you and through which channels.

**Preferences** are per-user — each team member controls which events notify them and over which channels. Manage them under **Settings → Notifications** (`/settings/notifications`).

## Channels

* **In-app** — the bell icon. Always on for every event, so there's no toggle for it.
* **Email** — to your account email. Personal, toggled per event.
* **Slack** — posts to your account's Slack webhook.
* **Discord** — posts to your account's Discord webhook.

The settings matrix shows a toggle column for **Email**, **Slack**, and **Discord**. Slack and Discord are **team channels** — their toggles stay disabled until an admin connects the webhook for the account (see below).

## Events

Events are grouped by category. Toggle Email, Slack, and Discord per event.

| Category       | Event                | Event key                |
| -------------- | -------------------- | ------------------------ |
| Data Sources   | Data source issue    | `datasource_error`       |
| Automations    | Automation sent      | `automation_success`     |
| Automations    | Automation failed    | `automation_failed`      |
| PDF Export     | Export ready         | `pdf_completed`          |
| PDF Export     | Export failed        | `pdf_failed`             |
| Email Delivery | Email bounced        | `email_bounced`          |
| Account        | Email changed        | `email_changed`          |
| Account        | Role changed         | `role_changed`           |
| Account        | Removed from account | `removed_from_account`   |
| Account        | Invite accepted      | `invite_accepted`        |
| Account        | Domain verified      | `custom_domain_verified` |

## Configure Slack and Discord

Slack and Discord are **account-wide** delivery channels backed by an incoming webhook. Configuring them requires the **manage account** permission (admin).

<Steps>
  <Step title="Open the channel setup">
    From **Settings → Notifications**, open the Slack or Discord channel.
  </Step>

  <Step title="Paste the webhook URL">
    Enter the incoming webhook URL for your Slack or Discord workspace.
  </Step>

  <Step title="Enable and save">
    Once enabled, any user can route events to that channel from their own preferences.
  </Step>
</Steps>

<Note>
  Preferences are per-user — your toggles don't affect teammates. Slack and Discord webhooks, however, are account-wide: one webhook per channel for the whole account, managed by an admin.
</Note>
