proxmox_notification
List, get, create, delete, and test notification targets in Proxmox, including SMTP, Gotify, and sendmail.
Instructions
Manage notification targets. action=list|get: query targets | action=create|delete|test: manage targets (requires elevated)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_type | No | Notification target type | |
| name | No | Notification target name | |
| comment | No | Comment | |
| disable | No | Disable this target | |
| server | No | SMTP server address (for smtp type) | |
| port | No | SMTP server port (for smtp type) | |
| username | No | SMTP username (for smtp type) | |
| password | No | SMTP password (for smtp type) | |
| mode | No | SMTP encryption mode | |
| token | No | Gotify API token (for gotify type) | |
| mailto | No | Recipient email address | |
| mailto-user | No | Recipient user | |
| from | No | Sender email address | |
| author | No | Author name | |
| action | Yes | List all notification targets |