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
| Champ | Type | Description |
|---|---|---|
| employees | array | Batch: 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. |
| employeeId | string | Employee DB ID (from create_employee / list_employees) |
| employeeEmail | string | Alternative to employeeId: the employee email |
| employeeName | string | Alternative to employeeId: the employee full name (must be unambiguous) |
| step | pre_arrival | day_zero | day_30 | day_90 | Onboarding step: pre_arrival (D-5), day_zero (D0), day_30 or day_90 |
| customItems | array | Additional 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":"…"} })