---
title: domain.verified
description: The domain’s DKIM identity was verified.
sidebar:
  label: domain.verified
  icon: globe
---

The domain’s DKIM identity was verified. The domain can now send.

## Payload

| Prop | Type | Default | Description |
| - | - | - | - |
| `domain_id` | `string` | - | dom_… |
| `name` | `string` | - | The domain name. |
| `region` | `string` | - | eu-central-1 or us-east-1. |

## Handling it

Use this event to update sending readiness without continuous polling. It confirms DKIM verification, not inbound routing or every DNS setting. Check the inbound MX separately before marking receiving as ready.

Use it to flip a customer's onboarding step to done, and to start whatever you were holding back until they could send.

**[Domains](/guides/domains)**

The records, and what `diagnostics` reports when one won't resolve.
