pve_notification_endpoint_create
Creates a Proxmox VE notification endpoint for types like Gotify, SMTP, sendmail, or webhook. Supports dry-run mode; confirm with 'confirm=True' to execute.
Instructions
MUTATION: create a PVE notification endpoint. ep_type = gotify|smtp|sendmail|webhook.
Dry-run by default. confirm=True to execute. options carries the endpoint-specific config
(sendmail: {"mailto-user":"root@pam"}; gotify: {"server":..,"token":..}; webhook: {"url":..}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| comment | No | ||
| confirm | No | ||
| ep_type | Yes | ||
| options | 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 |