Open Connector
All tools

A-Leads

Connect to A-Leads to run advanced lead searches, find emails, and manage bulk search files.

a-leadsv1.0.05 tools

Authentication

MethodKindStatusDetails
API Keyapi_keyavailable

Call a tool

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "A_LEADS_POST_SEARCH_ADVANCED_SEARCH",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("A_LEADS_POST_SEARCH_ADVANCED_SEARCH", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute A_LEADS_POST_SEARCH_ADVANCED_SEARCH --data '{ }'

Tool catalog

Available tools

5 callable operations

Perform an advanced search using multiple filtersA_LEADS_POST_SEARCH_ADVANCED_SEARCHPerform an advanced search using multiple filters

Perform an advanced search using multiple filters

Authentication

Connected account required

Tags

Search
Perform Bulk Advanced SearchA_LEADS_POST_SEARCH_BULK_ADVANCED_SEARCHPerform Bulk Advanced Search

Perform Bulk Advanced Search

Authentication

Connected account required

Tags

Search
Email Finder for EnrichmentA_LEADS_POST_SEARCH_FIND_EMAILEmail Finder for Enrichment

Email Finder for Enrichment

Authentication

Connected account required

Tags

Search
Get All Bulk files for an api keyA_LEADS_POST_SEARCH_GET_ALL_BULK_FILESGet All Bulk files for an api key

Get All Bulk files for an api key

Authentication

Connected account required

Tags

Search
Get Bulk File StatusA_LEADS_POST_SEARCH_GET_BULK_FILEGet Bulk File Status

Get Bulk File Status

Authentication

Connected account required

Tags

Search

Provider resources