pmg_action_disclaimer_create
Create a disclaimer action object in PMG RuleDB to add a disclaimer to outgoing emails. Dry-run by default to review changes before applying.
Instructions
MUTATION (LOW): create a disclaimer action object in the PMG RuleDB. Dry-run by default.
List existing action objects with pmg_action_objects_list; attach this one to a rule with pmg_ruledb_rule_action_attach. Needs PROXIMO_PMG_* config. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | Optional free-text description. | |
| name | Yes | Name for the new disclaimer action object. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| position | No | Where to insert the disclaimer: 'start' or 'end'. | |
| disclaimer | Yes | Disclaimer text to append/prepend to mail. | |
| add_separator | No | Insert a separator line before the disclaimer; maps to API param 'add-separator'. | |
| 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 |