louislam / uptime-kuma

A fancy self-hosted monitoring tool
https://uptime.kuma.pet
MIT License
56.43k stars 5.07k forks source link

[webhook] Support other HTTP mehtods like `GET`/`PUT` #2413

Open MrBlue90 opened 1 year ago

MrBlue90 commented 1 year ago

⚠️ Please verify that this feature request has NOT been suggested before.

🏷️ Feature Request Type

New Notification

🔖 Feature description

It appears that the current webhook integration only supports HTTP POST commands. Unfortunately, my domotics system only supports HTTP GET webhooks, so I would appreciate if this could be supported in the future.

✔️ Solution

Add support for HTTP GET webhooks

❓ Alternatives

No response

📝 Additional Context

No response

redtripleAAA commented 1 year ago

You can use 3rd party tool to relay your POST request into a GET request and then that should solve your issue. The tool called n8n

MrBlue90 commented 1 year ago

Great suggestion @ansred. Never heard of the tool, but definately see some potential! I'll use this as a workaround for now until uptime kuma will support HTTP GET.

roltairtheprotogen commented 1 year ago

Probably a bad idea to bump a 9 month old feature request but came from the recent help issue, could PATCH requests also be added?