Leadfeeder

Learn how to use Leadfeeder with Composio

Overview

Enum

LEADFEEDER

Description

Leadfeeder identifies companies visiting your website and converts them into high-value leads.

Authentication Details

api_token
stringRequired
user_agent
stringRequired

Actions

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

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to retrieve all visits for a specific lead. use when you need detailed visit history for a lead, optionally filtered by date range.

Action Parameters

account_id
stringRequired
end_date
lead_id
stringRequired
start_date

Action Response

data
array
error
string
included
array
successful
boolean
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.

Action Parameters

ip
stringRequired

Action Response

data
object
error
string
successful
boolean
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.

Action Parameters

account_id
stringRequired

Action Response

data
array
error
string
successful
boolean