Findymail

Learn how to use Findymail with Composio

Overview

SLUG

FINDYMAIL

Description

Findymail is a B2B email and phone data provider offering verified contact information, email verification, automated exports, and CRM enrichment to enhance sales prospecting and outreach efforts.

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: FINDYMAIL_CREATE_LIST

Tool to create a new contact list. use when you need to organize contacts into a named list before adding them.

Action Parameters

name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: FINDYMAIL_DELETE_LIST

Tool to delete a specified contact list by its id. use after confirming the list id to remove it.

Action Parameters

id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: FINDYMAIL_FIND_EMAIL_BY_NAME

Tool to find someone's email using their full name and company domain. use when you have a person's name and domain and need their email address. supports asynchronous search via webhook url.

Action Parameters

domain
stringRequired
name
stringRequired
webhook_url
string

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: FINDYMAIL_GET_CONTACT_LISTS

Tool to retrieve all contact lists. use when you need an overview of your existing findymail lists.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: FINDYMAIL_LIST_CONTACTS

Tool to retrieve contacts from a specified list (paginated). use after selecting a list to fetch its contacts.

Action Parameters

id
integerRequired

Action Response

data
arrayRequired
draw
integerRequired
error
string
recordsFiltered
integerRequired
recordsTotal
integerRequired
successful
booleanRequired

SLUG: FINDYMAIL_VERIFY_EMAIL

Tool to verify the deliverability of an email address. use when you need to confirm that an email can receive messages before outreach.

Action Parameters

email
Required

Action Response

data
objectRequired
error
string
successful
booleanRequired