Tous les outils

Support client · create_macro

Créer une macro

Modèle de réponse réutilisable.

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

Entrée

ChampTypeDescription
name *stringName of the macro template
body *stringContent of the macro (the response template text)
languagefr | enLanguage of the macro (default: fr)
intentstringIntent this macro addresses (e.g. bug, question, billing)

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_macro","input":{"name":"…","body":"…","language":"fr","intent":"…"}}'
$run({ "tool": "create_macro", "input": {"name":"…","body":"…","language":"fr","intent":"…"} })