webhook

  1. A

    Webhook Notifications, empty fields, and PagerDuty

    I'm trying to set up PagerDuty notifications in Proxmox VE 8 and I want something like this: { "payload": { "summary": "{{ escape title }}", "severity": "critical", "source": "{{ fields.hostname }}", "custom_details": { "message": "{{ escape message }}"...
  2. M

    System mails are not forwarded

    I have a webhook notification target that sends me a notification through ntfy, and a notification matcher that is set to match all notifications (no match rules are present) and send them to the webhook target. If I click the test button for the notification target, I'll receive the...
  3. S

    Telegram Webhook Notifications

    I configured the Telegram bot to send messages about the backup job and manual backup, but I'm not receiving them on Telegram. When I send the test message, I receive it successfully. I would just like to receive notification whether the backup was successful or not. Could you help me with the...
  4. 4

    [SOLVED] Ntfy attached txt

    Following the recent implementation of Webhook notifications I discovered that instead of sending the entire message as it used yo do with SMTP notification, it sends a attachment.txt file containing that text. Is there any way to send directly the text instead of having to download and open...
  5. L

    ZEDhook

    Hey there fellow Proxmoxers, I've coded a little program that you might find useful. It was inspired by the trouble I was having getting any of the mail programs to work for logging ZFS errors as reported by ZED, which comes by default with Proxmox. I wanted to use webhooks anyways, as they're...