Tous les outils

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

ChampTypeDescription
interviewsarrayBatch 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.
candidateIdstringCandidate 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.
candidateEmailstringCandidate email address
candidateNamestringCandidate full name
interviewerEmailstringInterviewer email address
dateTimestringInterview date/time in ISO 8601 format
durationnumberDuration in minutes (default 60)
formatvideo | phone | onsiteInterview format (default: video)
positionstringJob 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":"…"} })