Ressources humaines · schedule_interview
Planifier un entretien
Programme un entretien et prévient candidat et recruteur.
- Prix
- inclus
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Oui, par défaut
- écriture vers l'extérieur : un humain valide
Entrée
| Champ | Type | Description |
|---|---|---|
| interviews | array | Batch mode: the FULL list of interviews to schedule in one call (preferred whenever there is more than one). Each item takes the same fields as a single interview. When provided, the top-level single-interview fields are ignored. |
| candidateId | string | Candidate DB ID (from create_candidate / list_candidates). Optional: when omitted the file is found by candidateEmail (+ position). The matching record is moved to status "interview" with the interview date. |
| candidateEmail | string | Candidate email address |
| candidateName | string | Candidate full name |
| interviewerEmail | string | Interviewer email address |
| dateTime | string | Interview date/time in ISO 8601 format |
| duration | number | Duration in minutes (default 60) |
| format | video | phone | onsite | Interview format (default: video) |
| position | string | Job position being interviewed for |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"schedule_interview","input":{"interviews":[],"candidateId":"…","candidateEmail":"…","candidateName":"…"}}'$
run({ "tool": "schedule_interview", "input": {"interviews":[],"candidateId":"…","candidateEmail":"…","candidateName":"…"} })