Mails So

Learn how to use Mails So with Composio

Overview

Enum

MAILS_SO

Description

Mails is an API service that provides powerful email validation capabilities to help maintain a clean and effective email list.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve results of a bulk validation job. use after submitting a batch and you have its id.

Action Parameters

id
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to validate multiple email addresses in bulk. use when you need to confirm deliverability of a list of emails at once.

Action Parameters

emails
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to validate a single email address. use when you need to check deliverability and quality details before sending an email.

Action Parameters

email
Required

Action Response

data
object
error
string
successful
boolean