ashby_add_lead
Creates a new candidate and adds them as a lead on a specified job, with optional contact details and a sourcing note.
Instructions
Create a new candidate and add them as a lead on a job.
Use this to source candidates (e.g. from LinkedIn) directly into Ashby. Creates the candidate, adds a Lead application on the specified job, and optionally attaches a note with sourcing context.
Response: candidate_id, application_id, note_id (if note provided), confirmation message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Full name of the candidate. | |
| note | No | Note to attach (e.g. sourcing context). Visible to the hiring team. | |
| No | Email address. | ||
| phone | No | Phone number. | |
| job_id | Yes | Job UUID to add the candidate as a lead on. | |
| linkedin_url | No | LinkedIn profile URL. |