Routines et missions · run_playbook
Lancer une procédure
Exécute une procédure interne (playbook).
- Prix
- inclus
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| name_or_slug * | string | Playbook name or slug (e.g. "onboarding-new-employee" or "Onboarding nouvel employé") |
| variables | object | Variable values to fill in the playbook (e.g. { employee_name: "Marie", start_date: "2026-06-01" }) |
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":"run_playbook","input":{"name_or_slug":"…","variables":"…"}}'$
run({ "tool": "run_playbook", "input": {"name_or_slug":"…","variables":"…"} })