Tous les outils

Ressources humaines · create_onboarding_checklist

Checklist d'intégration

Checklist J0, J30, J90 d'un nouvel arrivant.

Prix
inclus
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
employeesarrayBatch: the FULL list of employees to create onboarding checklists for in one call (preferred whenever there is more than one). Each item takes the same fields as a single employee. When provided, the top-level single-employee fields are ignored.
employeeIdstringEmployee DB ID (from create_employee / list_employees)
employeeEmailstringAlternative to employeeId: the employee email
employeeNamestringAlternative to employeeId: the employee full name (must be unambiguous)
steppre_arrival | day_zero | day_30 | day_90Onboarding step: pre_arrival (D-5), day_zero (D0), day_30 or day_90
customItemsarrayAdditional checklist items to append to the default list

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