Skip to content

Create a candidate

Add one candidate from a side panel that opens from the candidate list. Two paths in the same panel: drop in a CV and let the parser fill the fields, or type four fields by hand. For 10+ candidates at once, use Bulk import instead.

Where to find it
Candidates list → Add Candidate button (top of the toolbar)
Who can use it
Team members who can create candidates

Manual creation lives in a side panel that opens from the right of the screen. The panel offers two paths in the same view:

  1. Drop a CV file at the top — the parser extracts the candidate’s details, creates them in one shot, and navigates you to their profile.
  2. Or scroll past the separator and type four fields by hand: First Name, Last Name, Email, Phone Number.

Both paths detect duplicates the same way: when the candidate (by email or CV match) already exists in your tenant, the panel switches to a “Duplicated candidate” view showing the existing record with a link to their profile, rather than creating a new one.

The Add Candidate side panel. CV drop zone on top, manual form (4 fields) on the bottom, Cancel/Add buttons in the footer.

Opening the panel

The Add Candidate button is on the left side of the list toolbar (next to refresh). Visible only to team members who can create candidates.
  1. Go to the candidates list

    Click Candidates in the main menu, or use the URL /candidates.

  2. Click Add Candidate

    The button is in the toolbar, labelled Add Candidate (English) or Ajouter un candidat (French), with a + circle icon. The side panel slides in from the right.

Path 1 — drop a CV (the parser does the work)

The CV drop zone — drop or click to upload. The parser does the rest.

What it is. A drop zone at the top of the side panel with an upload-arrow icon and the text “Drop files here or click to upload”. Dropping a file uploads it to the parsing endpoint and skips the manual form entirely.

Accepted file formats

The formats depend on the resume parser your tenant uses (set in your organization’s configuration — admin only). Two parser types exist:

  • NEXTAL parser (default): PDF, DOC, DOCX.
  • SOVREN parser: PDF, DOC, DOCX, ODT, and any image format (image/*).

Files outside these formats are rejected by the drop zone before any upload starts. You can drop one file at a time — multi-file selection is disabled.

How it works under the hood

  1. Drop or click

    Drop a CV onto the dashed zone, or click anywhere in the zone to open your computer’s file picker.

  2. A spinner replaces the panel content

    The whole content area shows a centered loading icon. Don’t close the panel during this step.

  3. The file goes to the parsing endpoint

    The CV is uploaded to Nextal’s resume parser, which extracts the candidate’s name, email, phone and other details from the document.

  4. One of two things happens next

    • New candidate created — the parser returns a fresh candidate; the side panel closes and you are redirected to /candidates/<id>.
    • Duplicate detected — the parser found an existing candidate matching this CV; the panel switches to the “Duplicated candidate” view (see below).

Path 2 — type four fields by hand

The manual form. Only First Name and Last Name are required.

Below the drop zone, a small or separator splits the CV path from the manual form. The form has exactly four fields, in this order:

Field

Required?

Validation

First Name

Yes

Any non-empty string. Error: “Please provide a first name”.

Last Name

Yes

Any non-empty string. Error: “Please provide a last name”.

Email

No

If filled, must be a valid email address. Error: “Please provide a valid email”. Empty is accepted.

Phone Number

No

If filled, must parse as a number (free text rejected). Empty is accepted.

How to save manually

  1. Type First Name and Last Name

    Both are required. The form refuses to submit without them.

  2. Optional: type Email and / or Phone

    Leave blank if you don’t have them yet — you can add them later on the profile.

  3. The button label changes to Adding while the request is in flight.

  4. What happens next

    • Success — the panel closes and you land on the new candidate’s profile at /candidates/<id> with First/Last name, Email and Phone pre-filled.
    • Duplicate found — the server responds with 409 Conflict and the panel switches to the “Duplicated candidate” view (see below). Your typed values are kept but no new record is created.

Duplicate detected — what you see

When a duplicate is detected, the panel switches to this view. Click "Candidate profile" to open the existing record.

When this appears.

  • You dropped a CV that the parser identified as belonging to an existing candidate.
  • You typed four fields by hand and the email already exists in the tenant (server returns 409).

What it shows. A blue “Duplicated candidate · this candidate already exists” banner, followed by a card containing the existing candidate’s avatar (their photo if set, otherwise their initials in a colored circle), their first + last name, email and phone number, and a link labelled Candidate profile that opens /candidates/<id> in the same window.

What you can do.

  • Click Candidate profile (or the avatar / email in the card) to open the existing candidate. The side panel stays open in the background — close it with Cancel afterwards.
  • Click Cancel in the panel footer to dismiss without doing anything.
  • The Add button is hidden while the duplicate is shown — you can’t override and create the duplicate from here.
  • Cancel — closes the panel and clears the form. Shown except while the CV is being parsed.
  • Add — submits the manual form. Shown when no duplicate has been detected and the CV is not currently parsing. The label becomes Adding while waiting on the server.

After the candidate is created

You land on the candidate’s profile at /candidates/<id>. The fields you provided are pre-filled. From there you complete the record — see Profile detail and edit.

If you dropped a CV, the parser may have populated many more fields than the four manual ones (skills, experience, education, etc.) — review them on the profile.

Tips

  • Prefer the CV path when you have one. The parser captures dozens of fields the manual form doesn’t expose — it’s faster than typing AND more complete.
  • Email is optional in the form but valuable. Leaving Email empty makes server-side duplicate detection less reliable; if you have it, type it.
  • Use Bulk Import for batches. If you have a spreadsheet of 10+ candidates, Bulk Import is the right path — one upload, one mapping step, all candidates created at once.
  • Cancel mid-parse? While the spinner is showing, the Cancel button is hidden. The upload runs to completion; if it produces a candidate, you’re navigated to them anyway. Close the resulting profile manually if you didn’t want it.