Emailable

Emailable provides an email verification API that allows developers to integrate real-time email validation into their applications, ensuring the accuracy and deliverability of email addresses.

5 actions Integration catalog
Request access
Connect Emailable once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Account InfoEMAILABLE_GET_ACCOUNT_INFO
Tool to retrieve account information including owner email and available credits. Use when you need to confirm account status before sending email verifications.
Get Batch StatusEMAILABLE_GET_BATCH_STATUS
Tool to get the status and results of a batch verification job. Use after submitting a batch to check its progress.
Build OAuth Authorization URLEMAILABLE_O_AUTH_AUTHORIZE
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.
Verify Batch EmailsEMAILABLE_VERIFY_BATCH_EMAILS
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.
Verify EmailEMAILABLE_VERIFY_EMAIL
Tool to verify a single email address and return detailed results. Use when you need to check email deliverability and risk.