Enrichment Status
Track the progress of lead enrichment batches.
Tools (3)
Section titled “Tools (3)”get_enrichment_status
Section titled “get_enrichment_status”Full name: campaignstack_get_enrichment_status
Get the current enrichment queue status for a workspace. Shows counts of pending, processing, completed, and failed items. Optionally filter by campaign.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
campaignId | string | No | — |
queue_linkedin_leads
Section titled “queue_linkedin_leads”Full name: campaignstack_queue_linkedin_leads
Queue LinkedIn search results for enrichment. Each result is validated, deduped by profile slug, and added to the enrichment pipeline. Invalid profile URLs are skipped with errors reported. Results should come from LinkedIn search page extraction.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
campaignId | string | Yes | — | (min length: 1) |
linkedInAccountId | string | Yes | — | (min length: 1) |
results | object[] | Yes | — |
build_search_url
Section titled “build_search_url”Full name: campaignstack_build_search_url
Build a LinkedIn People search URL from ICP (Ideal Customer Profile) criteria. Input ICP fields like titles, industries, locations, seniorities, company sizes, and keywords. Returns a ready-to-use LinkedIn search URL. Use campaignstack_list_icps to get ICP criteria for a campaign, then pass them here to generate a search URL. The resulting URL can be used with campaignstack_queue_linkedin_leads to import search results.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
titles | string[] | No | — | |
industries | string[] | No | — | |
locations | object[] | No | — | |
seniorities | string[] | No | — | |
companySizes | string[] | No | — | |
keywords | string[] | No | — |