pmg_action_notification_create
Create a notification action in Proxmox Mail Gateway RuleDB. Specify recipient, subject, and body. Dry-run by default; set confirm=True to execute.
Instructions
MUTATION (LOW): create a notification 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/notification. name: action name. to: notification recipient. subject: notification subject. body_text: notification body (maps to API param 'body'). attach: attach original message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| info | No | ||
| name | Yes | ||
| attach | No | ||
| confirm | No | ||
| subject | Yes | ||
| body_text | Yes | ||
| 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 |