Findymail
findymailFindymail 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.
Acciones disponibles (6)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create Contact ListFINDYMAIL_CREATE_LISTAcciónTool to create a new contact list. use when you need to organize contacts into a named list before adding them.
FINDYMAIL_CREATE_LISTAcciónTool to create a new contact list. use when you need to organize contacts into a named list before adding them.
Parámetros de entrada
namestringObligatorioName of the new contact list
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Contact ListFINDYMAIL_DELETE_LISTAcciónTool to delete a specified contact list by its id. use after confirming the list id to remove it.
FINDYMAIL_DELETE_LISTAcciónTool to delete a specified contact list by its id. use after confirming the list id to remove it.
Parámetros de entrada
idintegerObligatorioID of the contact list to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find Email by NameFINDYMAIL_FIND_EMAIL_BY_NAMEAcciónTool 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.
FINDYMAIL_FIND_EMAIL_BY_NAMEAcciónTool 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.
Parámetros de entrada
namestringObligatorioPerson's full name
domainstringObligatorioEmail domain (best) or company name
webhook_urlstringuriWebhook URL that will receive the result as callback. If provided, endpoint will process asynchronously.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Contact ListsFINDYMAIL_GET_CONTACT_LISTSAcciónTool to retrieve all contact lists. use when you need an overview of your existing findymail lists.
FINDYMAIL_GET_CONTACT_LISTSAcciónTool to retrieve all contact lists. use when you need an overview of your existing findymail lists.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ContactsFINDYMAIL_LIST_CONTACTSAcciónTool to retrieve contacts from a specified list (paginated). use after selecting a list to fetch its contacts.
FINDYMAIL_LIST_CONTACTSAcciónTool to retrieve contacts from a specified list (paginated). use after selecting a list to fetch its contacts.
Parámetros de entrada
idintegerObligatorioThe ID of the contact list. Use 0 for "All contacts".
Parámetros de salida
dataobject[]ObligatorioList of contacts on the current page
drawintegerObligatorioDraw counter for client-side pagination
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
recordsTotalintegerObligatorioTotal number of contacts before filtering
recordsFilteredintegerObligatorioTotal number of contacts after filtering
Verify EmailFINDYMAIL_VERIFY_EMAILAcciónTool to verify the deliverability of an email address. use when you need to confirm that an email can receive messages before outreach.
FINDYMAIL_VERIFY_EMAILAcciónTool to verify the deliverability of an email address. use when you need to confirm that an email can receive messages before outreach.
Parámetros de entrada
emailanyObligatorioemailThe email address to be verified.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not