Help with webhook notifications to apprise

iacus

New Member
Jan 3, 2025
4
0
1
I have apprise-api running for notification, and wanted to set up webhook notifications. I can't get even the simplest notifications to work, I get this error

1736512014415.png

Testing with curl or other API testing tools sends the notification just fine to the apprise endpoint. I can't figure out what's wrong, and don't know where to look for log information so I can troubleshoot this better (I can't tell if proxmox is doing something unexpected with the request)

1736511964939.png

Can I get any help with this?
 
I think your url should just be http://ip.address:port/notify/. Then in your body you can do something like
JSON:
{
  "title": "{{ title }}",
  "urls": "apprise://url:for/whatever_service",
  "body": "some message"
}