pmg_action_field_create
Create a field-modification action in the PMG RuleDB to set a mail header field and value. Use dry-run mode by default; confirm to execute.
Instructions
MUTATION (LOW): create a field-modification 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/field. name: action object name. field: mail header field to set. value: value to assign. info: optional description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| name | Yes | ||
| field | Yes | ||
| value | Yes | ||
| confirm | 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 |