pmg_action_bcc_create
Creates a BCC action in the PMG RuleDB to send a blind carbon copy of emails to a specified recipient. Configure recipient email, optional description, and choose whether to send the original unprocessed message.
Instructions
MUTATION (LOW): create a BCC 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/bcc. name: action object name. target: BCC recipient email address. info: optional description. original: if True, send the ORIGINAL unmodified mail to the BCC target (PMG's "send original mail" flag), not the processed copy — controls which version is sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | ||
| name | Yes | ||
| target | Yes | ||
| confirm | No | ||
| original | 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 |