Emailable

Learn how to use Emailable with Composio

Overview

Enum

EMAILABLE

Description

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.

Authentication Details

Actions

Tool to retrieve account information including owner email and available credits. use when you need to confirm account status before sending email verifications.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to get the status and results of a batch verification job. use after submitting a batch to check its progress.

Action Parameters

batch_id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to verify a batch of up to 50,000 email addresses. use when you need bulk deliverability checks for many emails at once.

Action Parameters

emails
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to verify a single email address and return detailed results. use when you need to check email deliverability and risk.

Action Parameters

email
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to initiate oauth 2.0 authorization code flow. use when you need to obtain an authorization code from emailable. returns the url to redirect the user to.

Action Parameters

client_id
stringRequired
redirect_uri
Required
response_type
stringDefaults to code
scope
string
state
string

Action Response

data
object
error
string
successful
boolean