All tools

Customer support · create_macro

Create a macro

Reusable reply template.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

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

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