Webhook de PROXMOX a Telegram

A partir de PROXMOX 8.3 puedes definir un webhook para tu sistema de notificaciones, con este workflow, puedes recibir un mensaje en telegram con el log en un archivo adjunto.

Creado: 2024-11-30
5 nodos

Instrucciones

Configuracion en PROXMOX

Configuracion adicional del webhook

Method/URL

  • Post / URL del webhook en N8N

Headers

Se deben incluir los siguientes parametros

Parametro Valor
Content-Type application/json
proxmox-hostname nombre de la instancia de Proxmox
telegram-chatId ID del chat donde se enviará el mensaje

Body

{
  "severity": "{{ severity }}",
  "title": "{{ title }}",
  "content": "{{ escape message }}",
  "timestamp": "{{ timestamp }}"
}
Visualización del Workflow
en English