Tous les outils

Ressources humaines · survey_employee

Sondage RH

Questionnaire de suivi ou de satisfaction à un salarié.

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
surveysarrayBatch mode: the FULL list of surveys to send in one call (preferred whenever there is more than one recipient). Each item takes the same fields as a single survey. When provided, the top-level single-survey fields are ignored.
employeeIdstringEmployee DB ID (from list_employees) — the email is then taken from the directory
employeeEmailstringEmployee email address to send the survey to (optional when employeeId / employeeName is given)
employeeNamestringAlternative: the employee full name, resolved in the directory (must be unambiguous)
surveyTypeonboarding_30d | onboarding_90d | engagement | exitType of survey to send
languagefr | enLanguage for the survey questions (default: fr)

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":"survey_employee","input":{"surveys":[],"employeeId":"…","employeeEmail":"…","employeeName":"…"}}'
$run({ "tool": "survey_employee", "input": {"surveys":[],"employeeId":"…","employeeEmail":"…","employeeName":"…"} })