Manage project pipeline entries
Use this workflow when an integration needs to read candidates from a project, filter them by stage, add new leads to a project, or move existing leads through the pipeline.Get the project stages
Pipeline entry filters use stage IDs, not stage names. Start by reading
the project and storing the stage ID you need, for example the Response excerpt:
Sourced
stage.List only entries in a given stage
Pass the stage UUID in
stage_id. Values like Sourced are not accepted
directly.Create or update the contact
If the lead is new, create a contact first:If the lead already exists and you only need to update their profile, use:
Add the contact to the project
Add the contact to the project pipeline. If
stage_id is omitted, Leonar
adds the contact to the first stage of the project pipeline.Source candidates and add to project
Find candidates on LinkedIn and add them to a recruiting project’s pipeline.Get your connected LinkedIn account
api_status.recruiter: "active" or api_status.sales_navigator: "active":Add selected profiles to project
Pass the full profile objects directly from the search response. Include Response:
experiences, educations, skills, summary, and picture_url to create rich contact records:The more fields you include, the richer the contact record. Fields like
already_in_project and existing_contact_id from the search response are ignored — they are response-only metadata.