> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# enrich_linkedin_contacts

> Start phone or email enrichment from a LinkedIn profile URL (creates a sparse internal talent when needed).

## Input

| Parameter        | Type   | Required | Description                         |
| ---------------- | ------ | -------- | ----------------------------------- |
| `linkedinUrl`    | string | Yes      | LinkedIn profile URL.               |
| `enrichmentType` | string | Yes      | `phone`, `personalEmail`, or `all`. |

## Output

JSON block with `talentId`, canonical `linkedinUrl`, and `enrichmentType` when dispatch succeeds.

## Errors

Validation for invalid LinkedIn URLs, missing enrichment providers, insufficient credits, or workspace/user resolution failures.
