NAiOS IconNAiOS Logo
Volver al catálogo

Fullenrich

fullenrich

FullEnrich is a B2B email and phone waterfall enrichment platform that aggregates contact information from over 15 premium vendors to find the emails and phone numbers of leads.

Acciones
4
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 (4)

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

Tool to create a list of contact data entries. Use when preparing the 'datas' payload for bulk enrichment; validates each contact's composition and returns a JSON-ready list.

Parámetros de entrada

  • contactsobject[]Obligatorio

    List of contact specifications to validate and prepare for bulk enrichment

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 Bulk Enrichment ResultFULLENRICH_FULLENRICH_GET_ENRICHMENT_RESULTAcción

Tool to retrieve results of a bulk enrichment by enrichment ID. Use after confirming the job has been submitted to fetch status and enriched data.

Parámetros de entrada

  • forceResultsboolean

    Return partial results even if job is not finished (may be incomplete)

  • enrichment_idstringObligatorio

    Bulk enrichment job ID to fetch

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 current credit balanceFULLENRICH_GET_CURRENT_CREDIT_BALANCEAcción

Tool to retrieve current workspace credit balance. Use after authenticating your API key.

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

Start Bulk EnrichmentFULLENRICH_START_BULK_ENRICHMENTAcción

Tool to start a bulk enrichment job. Use when you have up to 100 contacts prepared and need batch enrichment. Use after confirming contact data.

Parámetros de entrada

  • namestringObligatorio

    Human-readable job name (e.g., 'Sales Operations in London')

  • datasobject[]Obligatorio

    List of 1–100 contacts to enrich; see ContactData for details

  • checkDomainboolean

    If false, skip contacts with invalid/missing domains

  • webhook_urlstring

    URL to receive a POST callback when job finishes, fails, or lacks credits

  • checkLinkedinUrlboolean

    If false, skip contacts with invalid/missing LinkedIn URLs

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