← Tools Reference

Emailable

Emailable integration (Communication, Developer Tools). Imported from open-connector.

API key4 toolshttps://api.emailable.com
GET
emailable_get_account_info
Retrieve Emailable account information including owner email and available credits.

/v1/account

GET
emailable_verify_email
Verify a single email address and return Emailable deliverability signals.

/v1/verify

1 parameter
ParamTypeRequiredDescription
emailstringrequiredThe email address to verify with Emailable.
POST
emailable_verify_batch_emails
Create an Emailable batch verification job for a list of email addresses.

/v1/batch

1 parameter
ParamTypeRequiredDescription
emailsarrayrequiredThe list of email addresses to verify in the Emailable batch request.
GET
emailable_get_batch_status
Retrieve the latest Emailable status and results for an existing batch verification job.

/v1/batch

1 parameter
ParamTypeRequiredDescription
batch_idstringrequiredThe unique batch identifier returned by Emailable batch creation.