NAiOS IconNAiOS Logo
Volver al catálogo

Leadfeeder

leadfeeder

Leadfeeder identifies companies visiting your website and converts them into high-value 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.

Get AccountsLEADFEEDER_GET_ACCOUNTSAcción

Tool to retrieve a list of accounts the user has access to. use when you need to discover all available leadfeeder accounts after authentication.

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

Get All VisitsLEADFEEDER_GET_ALL_VISITSAcción

Tool to retrieve all visits for a specific lead. use when you need detailed visit history for a lead, optionally filtered by date range.

Parámetros de entrada

  • lead_idstringObligatorio

    The ID of the lead to retrieve visits for

  • end_dateanydate

    Filter visits on or before this date (YYYY-MM-DD)

  • account_idstringObligatorio

    The ID of the account to retrieve visits for

  • start_dateanydate

    Filter visits on or after this date (YYYY-MM-DD)

Parámetros de salida

  • dataobject[]Obligatorio

    Array of visit objects

  • errorstring

    Error if any occurred during the execution of the action

  • includedobject[]

    Included related resources, such as locations

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Company Info by IPLEADFEEDER_GET_COMPANY_INFO_BY_IPAcción

Tool to retrieve company information based on an ip address. use when you need to enrich an ip and obtain its company profile. returns 404 if no match is found.

Parámetros de entrada

  • ipstringObligatorioipvanyaddress

    A valid IPv4 or IPv6 address to enrich, e.g. '185.70.216.139' or '2620:0:862:ed1a::1'.

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

Tool to retrieve a list of custom feeds for a specific account. use after confirming the account id to list all its custom feed configurations.

Parámetros de entrada

  • account_idstringObligatorio

    ID of the account for which to retrieve custom feeds

Parámetros de salida

  • dataobject[]Obligatorio

    Array of custom feeds for the account

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not