Enrichment Status
Track the progress of lead enrichment batches.
Tools (4)
Section titled “Tools (4)”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, plus creditsExhausted (pending items deferred because the workspace is out of credits). Optionally filter by campaign.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
campaignId | string | No | — | |
platform | string | No | — |
queue_leads
Section titled “queue_leads”Full name: campaignstack_queue_leads
Queue leads 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. platform defaults to ‘linkedin’.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
campaignId | string | Yes | — | (min length: 1) |
accountId | string | Yes | — | (min length: 1) |
platform | string | No | — | |
results | object[] | Yes | — |
priority_enrich
Section titled “priority_enrich”Full name: campaignstack_priority_enrich
Immediately enrich specific LinkedIn profiles, bypassing the normal priority queue. Profiles are queued at highest priority and processing starts immediately. Maximum 50 slugs per request. Use campaignstack_get_enrichment_status to monitor progress.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
workspaceId | string | Yes | — | (min length: 1) |
accountId | string | Yes | — | (min length: 1) |
slugs | string[] | Yes | — | |
platform | string | No | — |
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_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 | — |