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
| Champ | Type | Description |
|---|---|---|
| surveys | array | Batch 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. |
| employeeId | string | Employee DB ID (from list_employees) — the email is then taken from the directory |
| employeeEmail | string | Employee email address to send the survey to (optional when employeeId / employeeName is given) |
| employeeName | string | Alternative: the employee full name, resolved in the directory (must be unambiguous) |
| surveyType | onboarding_30d | onboarding_90d | engagement | exit | Type of survey to send |
| language | fr | en | Language 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":"…"} })