Human resources · survey_employee
Survey employee
Follow-up or satisfaction survey to an employee.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- Yes, by default
- outside-facing write: a human validates
Input
| Field | 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) |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
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":"…"} })