> ## 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.

# add_talent_to_sourcing

> Attach a talent to a sourcing and ensure candidate status TO_BE_CONTACTED.

Ensures there is a candidate row for the talent in the given sourcing.

## Input

| Parameter    | Type   | Required | Description                         |
| ------------ | ------ | -------- | ----------------------------------- |
| `sourcingId` | string | Yes      | Sourcing id from `create_sourcing`. |
| `talentId`   | string | Yes      | Talent to attach.                   |

## Output

JSON block with `success: true` and candidate identifiers plus status handle.

## Errors

`session not found`, `Not found`, or credit-related messages when creation is blocked.
