> For the complete documentation index, see [llms.txt](https://docs.complycube.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.complycube.com/documentation/product-guides/kyc-automation-services/email-verification.md).

# Email Verification

### Email Verification Overview

Email Verification helps you confirm **email ownership** during onboarding. ComplyCube generates **time-bound one-time passwords (OTP)**, delivers them to the customer’s inbox, and validates submissions before the verification flow continues.

Email Verification confirms that the customer can access the inbox. It does **not** assess whether the email address is **temporary**, **disposable**, **breached**, or otherwise high risk.

{% hint style="info" %}
Use [Email Intelligence](/documentation/product-guides/digital-fraud-intelligence/email-intelligence-check.md) when you need disposable email detection, breach exposure checks, and broader email risk analysis.
{% endhint %}

### Common use cases

Use Email OTP verification anywhere the email address is a key identifier:

* **KYC onboarding**: Confirm the customer controls the email address before deeper checks.
* **Sign-up and login verification**: Reduce fake sign-ups with a friction-light OTP challenge.
* **Transaction and settings changes**: Re-verify email ownership before sensitive actions.

### How it works

1. A flow initiates Email Verification for the customer’s email address.
2. ComplyCube sends an OTP to the customer via email.
3. The customer enters the OTP in the verification step.
4. ComplyCube validates the code before the verification flow continues.

### Related checks

Combine Email Verification with other fraud and identity signals:

* [Email Intelligence](/documentation/product-guides/digital-fraud-intelligence/email-intelligence-check.md) for risk scoring and disposable or breached email detection on the same email address.
* [Device Intelligence](/documentation/product-guides/digital-fraud-intelligence/device-intelligence-check.md) for device fingerprinting, tamper signals, and network indicators such as VPN or proxy use.
* [SMS Verification](/documentation/product-guides/kyc-automation-services/sms-verification.md) for OTP-based phone ownership verification in the same journey.

### Related topics

Use these to integrate Email OTP verification into a broader KYC flow:

* [Workflows](/documentation/product-guides/compliance-studio/workflows.md) to orchestrate Email Verification and follow-up checks.
* [Smart Forms](/documentation/product-guides/compliance-studio/smart-forms.md) to capture customer details in the same journey.
* [Advanced Case Management](/documentation/product-guides/due-diligence-tools/advanced-case-management.md) to review exceptions and keep audit-ready evidence.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.complycube.com/documentation/product-guides/kyc-automation-services/email-verification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
