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

# Overview

> What the Email integration is in Prizm — delivers alert notifications to email recipients via OAuth-authenticated Gmail or Outlook.

<script type="application/ld+json">
  {`{
            "@context": "https://schema.org",
            "@type": "TechArticle",
            "headline": "Email Integration Overview",
            "description": "What the Email integration is in Prizm - delivers alert notifications to email recipients via OAuth-authenticated Gmail or Outlook.",
            "url": "https://docs.dqlabs.ai/integrations/email/overview",
            "publisher": {
              "@type": "Organization",
              "name": "DQLabs Inc",
              "logo": "https://media.brand.dev/332adc35-5bc4-4d2b-bf78-256aa4a5e414.svg"
            }
            }`}
</script>

## What is the Email integration?

The Email integration delivers Prizm alert notifications directly to individual or group email addresses. When an alert fires in Prizm, a formatted email is sent to the configured recipients  including the asset name, metric, deviation value, priority, and a direct link back to the Prizm issue page so teams can triage issues without being in Prizm.

Prizm connects to email providers using OAuth ,no SMTP passwords or app passwords are entered in Prizm. You authenticate directly on your provider's sign-in page and Prizm receives a secure token to send on your behalf.

### What this integration enables

| Capability                      | Description                                                                    |
| ------------------------------- | ------------------------------------------------------------------------------ |
| Alert notifications via email   | Alert messages are sent as formatted emails when Prizm fires an alert.         |
| OAuth authentication            | Authenticate via your provider's sign-in page — no passwords stored in Prizm.  |
| Gmail support                   | Connect a Google account or Google Workspace mailbox via Google OAuth.         |
| Outlook / Microsoft 365 support | Connect a Microsoft 365 or Outlook mailbox via Microsoft OAuth.                |
| Per-rule recipient routing      | Configure different recipient lists for different alert rules or asset groups. |

### Using Email with Prizm

Once connected, Prizm can route all notifications to any email address. Recipients receive a formatted message with enough context to triage the issue without opening Prizm.

<Tip>
  Use a shared distribution list (e.g., `data-alerts@yourcompany.com`) as the default email recipient for broad-coverage alerts, and reserve individual addresses for high-priority or asset-specific rules where a named owner needs to be directly notified.
</Tip>

<Card title="Setup" icon="gear" href="/integrations/email/setup">
  Connect Email to Prizm — step-by-step OAuth configuration guide.
</Card>
