Inbox triage
- Read incoming threads
- Classify by intent + urgency
- Draft replies for review
5 tools available
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.
Connect Emailable to Definable to triage inboxes, draft and queue follow-ups, classify and route incoming threads. Personas call Emailable's 5 tools directly from chat or scheduled flows. Hand off to an email persona to triage, draft, and route — with you in the loop on every outbound.
Every Emailable action below is a callable tool any Definable persona can invoke.
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.
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.
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.
Anything Emailable exposes through its API. Common email workflows on Definable include triage inboxes, draft and queue follow-ups, classify and route incoming threads. Personas can call any of the 5 Emailable tools directly, then chain the result into another integration without you writing code.
Emailable uses API_KEY on Definable. You connect once from the integrations page, scoped to the permissions you choose, and from then on any persona that has the integration enabled can act on your behalf. Tokens are encrypted at rest and rotated automatically.
Yes — every Definable plan, including Starter, includes access to all 5 Emailable tools. You only need a separate Emailable subscription if Emailable itself charges per seat or per API call.
Every call from a persona to Emailable is logged with the user, persona, prompt, and response. Tokens never leave Definable's secrets vault, scopes are configurable per persona, and you can revoke access at any time from the integration page.
Sign up for Definable, open the integrations page, find Emailable, and connect via OAuth or API key. You can immediately attach Emailable to any persona and start running workflows. The free Starter plan includes 5,000 credits/month.
Definable exposes all 5 Emailable actions as callable tools — including `Get Account Info`, `Get Batch Status`, `Build OAuth Authorization URL`, plus 2 more. Each tool gets a typed parameter schema so personas know exactly how to call it.
Wire it up in minutes. No coding required.