hires_create_application
Create an application by linking an existing candidate to a job. Use for sourcing workflows and manual application ingestion. The candidate must already exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cv | No | Optional CV/resume to attach. | |
| job_id | Yes | Job ID to apply the candidate to. | |
| include | No | Comma-separated relations to embed: candidate, cv.text, job. | |
| stage_id | No | Pipeline stage ID. If omitted, defaults to the first stage. | |
| candidate_id | Yes | Candidate ID (numeric) or alias. |