NAiOS IconNAiOS Logo
Volver al catálogo

Findymail

findymail

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.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

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

Parámetros de entrada

  • namestringObligatorio

    Name of the new contact list

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete Contact ListFINDYMAIL_DELETE_LISTAcción

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

Parámetros de entrada

  • idintegerObligatorio

    ID of the contact list to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Find Email by NameFINDYMAIL_FIND_EMAIL_BY_NAMEAcción

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.

Parámetros de entrada

  • namestringObligatorio

    Person's full name

  • domainstringObligatorio

    Email domain (best) or company name

  • webhook_urlstringuri

    Webhook URL that will receive the result as callback. If provided, endpoint will process asynchronously.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Contact ListsFINDYMAIL_GET_CONTACT_LISTSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ContactsFINDYMAIL_LIST_CONTACTSAcción

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

Parámetros de entrada

  • idintegerObligatorio

    The ID of the contact list. Use 0 for "All contacts".

Parámetros de salida

  • dataobject[]Obligatorio

    List of contacts on the current page

  • drawintegerObligatorio

    Draw counter for client-side pagination

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

  • recordsTotalintegerObligatorio

    Total number of contacts before filtering

  • recordsFilteredintegerObligatorio

    Total number of contacts after filtering

Verify EmailFINDYMAIL_VERIFY_EMAILAcción

Tool 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

  • emailanyObligatorioemail

    The email address to be verified.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not