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