Emailable
Email verification API for single and batch validation, deliverability checks, account info, and OAuth authorization.
Fits sign-up gates and list hygiene that verify single emails synchronously, submit large batches for async results, and track remaining credits.
Sign in to connect Emailable
Sign in to connect an account and start using Emailable in your apps.
Example Use Cases
These are example ways Snow can use Emailable when building apps with you. This list is meant to show examples, not document every possible capability. Connecting an account does not make Snow run these automatically on its own.
Build an OAuth 2.0 authorization URL for the Emailable authorization code flow. Returns a URL to redirect users to for authorization. Upon successful authorization, users are redirected to your redirect_uri with an authorization code (valid for 10 minutes) that can be exchanged for access tokens.
Tool to retrieve account information including owner email and available credits. Use when you need to confirm account status before sending email verifications.
Tool to get the status and results of a batch verification job. Use after submitting a batch to check its progress.
Submit a batch of email addresses for asynchronous verification. Returns a batch ID immediately. Use this for bulk email validation (2 to 50,000 emails). For single emails, use EMAILABLE_VERIFY_EMAIL instead. The batch is processed asynchronously - use EMAILABLE_GET_BATCH_STATUS with the returned batch ID to check progress and retrieve verification results.
Tool to verify a single email address and return detailed results. Use when you need to check email deliverability and risk.