# Verifiedemail AI integration on Definable

> VerifiedEmail offers real-time email verification and bulk email list cleaning services to ensure the accuracy and deliverability of email communications.

## What this connects

VerifiedEmail offers real-time email verification and bulk email list cleaning services to ensure the accuracy and deliverability of email communications.

Vendor: https://verified.email

## Tools available

**9** tools available. First 9:

- `VERIFIEDEMAIL_CHECK_CREDITS` — Check Credits — Tool to retrieve the remaining verification credits. Call before VERIFIEDEMAIL_VERIFY_EMAIL operations—especially in bulk or repeated workflows—as VERIFIEDEMAIL_VERIFY_EMAIL fails immediately when credits are exhausted. Use after confirming account authentication to ensure sufficient credits before proceeding.
- `VERIFIEDEMAIL_CHECK_FILE_STATUS` — Check File Status — Tool to check the status of a previously uploaded file. Use after uploading a file when polling for verification progress.
- `VERIFIEDEMAIL_GET1_CLICK_USER_DATA` — Get 1-Click User Data — Tool to retrieve data for a user who has completed a 1-Click Signup flow. Use after you have the identityUuid to fetch the verified user's full profile.
- `VERIFIEDEMAIL_GET_ENTITLEMENTS` — Get Entitlements — Tool to retrieve information about available credits across different entitlement types. Use when you need to check credit availability before performing operations that consume credits.
- `VERIFIEDEMAIL_GET_SHARED_CREDENTIALS` — Get Shared Credentials — Tool to retrieve a list of shared credential IDs. Use when you need to fetch all credentials shared to your account after authentication.
- `VERIFIEDEMAIL_LIST_DOWNLOADS` — List Downloads — Tool to get a list of previously created download requests. Use when you need to retrieve information about download requests that have been created for verification results.
- `VERIFIEDEMAIL_LIST_LISTS` — List Lists — Tool to get all email lists in your account. Use when you need to retrieve and view all verification lists with optional pagination and sorting.
- `VERIFIEDEMAIL_POST1_CLICK_CREDENTIALS_UPDATE` — Update 1-Click Credentials — Tool to update 1-Click credentials. Use after obtaining a 1-Click session uuid when you need to update user-provided credential values in a non-hosted or trusted flow.
- `VERIFIEDEMAIL_VERIFY_EMAIL` — Verify Email — Tool to verify the deliverability and validity of an email address. Use when you need to confirm if an email can receive mail by checking server existence, mailbox status, and more. For bulk use, call VERIFIEDEMAIL_CHECK_CREDITS first — this tool fails if verification credits are exhausted.

## Auth

Auth schemes: `API_KEY`.

## How agents use Verifiedemail

Inside a Definable workflow, Verifiedemail is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Verifiedemail** — the Researcher (GPT-5.5) pulls context from Verifiedemail (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Verifiedemail** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Verifiedemail (create record, post message, draft email).
- **Designer / Engineer → Distributor → Verifiedemail** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Verifiedemail (attach file, open PR comment, post status).

The Verifier checks every Verifiedemail call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email — https://definable.ai/apps/category/email/

## Related

- HTML page: https://definable.ai/apps/verifiedemail/
- Same category (email): https://definable.ai/apps/category/email/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
