pmg_action_bcc_create
Create a BCC action object in PMG RuleDB to automatically send a blind carbon copy of emails to a specified recipient. Preview changes with dry-run, then confirm to apply.
Instructions
MUTATION (LOW): create a BCC 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 BCC action object. | |
| target | Yes | BCC recipient email address. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| original | No | If True, BCC the original unmodified mail instead of the processed copy. | |
| 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 |