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
| Field | Type | Description |
|---|---|---|
| name * | string | Name of the macro template |
| body * | string | Content of the macro (the response template text) |
| language | fr | en | Language of the macro (default: fr) |
| intent | string | Intent 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":"…"} })