Créer un(e) candidat
boond_candidates_createCreate a new candidate in BoondManager with required first and last name. Optionally add email, phone, location, skills, and notes.
Instructions
Crée un(e) nouvel(le) candidat dans BoondManager.
Returns: Données du/de la candidat créé(e) avec son ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| firstName | Yes | Prénom du candidat | |
| lastName | Yes | Nom de famille du candidat | |
| email1 | No | Email principal | |
| phone1 | No | Téléphone principal | |
| city | No | Ville | |
| country | No | Pays | |
| title | No | Titre du poste / fonction | |
| state | No | État du candidat (0=en cours, 1=placé, 2=archivé...) | |
| mainSkills | No | Compétences principales (texte libre) | |
| note | No | Notes / commentaires |