pmg_action_disclaimer_create
Create a disclaimer action in the Proxmox Mail Gateway rule database. Specify name, disclaimer text, position, and add_separator. Dry-run by default; set confirm=true to execute.
Instructions
MUTATION (LOW): create a disclaimer action object in the PMG RuleDB. Dry-run by default. confirm=True to execute. Needs PROXIMO_PMG_* config. PMG 9.1 pmgsh-verified path: POST /config/ruledb/action/disclaimer. name: action name. disclaimer: disclaimer text. position: start|end. add_separator: maps to API param 'add-separator' (bool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| name | Yes | ||
| confirm | No | ||
| position | No | ||
| disclaimer | Yes | ||
| add_separator | No | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |