Leadfeeder
leadfeederLeadfeeder identifies companies visiting your website and converts them into high-value leads.
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ónTool to retrieve a list of accounts the user has access to. use when you need to discover all available leadfeeder accounts after authentication.
LEADFEEDER_GET_ACCOUNTSAcciónTool 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
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 All VisitsLEADFEEDER_GET_ALL_VISITSAcciónTool to retrieve all visits for a specific lead. use when you need detailed visit history for a lead, optionally filtered by date range.
LEADFEEDER_GET_ALL_VISITSAcciónTool 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_idstringObligatorioThe ID of the lead to retrieve visits for
end_dateanydateFilter visits on or before this date (YYYY-MM-DD)
account_idstringObligatorioThe ID of the account to retrieve visits for
start_dateanydateFilter visits on or after this date (YYYY-MM-DD)
Parámetros de salida
dataobject[]ObligatorioArray of visit objects
errorstringError if any occurred during the execution of the action
includedobject[]Included related resources, such as locations
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Company Info by IPLEADFEEDER_GET_COMPANY_INFO_BY_IPAcciónTool 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.
LEADFEEDER_GET_COMPANY_INFO_BY_IPAcciónTool 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
ipstringObligatorioipvanyaddressA valid IPv4 or IPv6 address to enrich, e.g. '185.70.216.139' or '2620:0:862:ed1a::1'.
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 Custom FeedsLEADFEEDER_GET_CUSTOM_FEEDSAcciónTool to retrieve a list of custom feeds for a specific account. use after confirming the account id to list all its custom feed configurations.
LEADFEEDER_GET_CUSTOM_FEEDSAcciónTool 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_idstringObligatorioID of the account for which to retrieve custom feeds
Parámetros de salida
dataobject[]ObligatorioArray of custom feeds for the account
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not