All tools

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

FieldTypeDescription
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)

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":"…"} })