Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task done
MrBlue90 opened this issue Dec 14, 2022 · 4 comments
Open
1 task done

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

MrBlue90 opened this issue Dec 14, 2022 · 4 comments
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added type:enhance-existing feature wants to enhance existing monitor

Comments

@MrBlue90
Copy link

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

  • I checked and didn't find similar feature request

🏷️ 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

@MrBlue90 MrBlue90 added the feature-request Request for new features to be added label Dec 14, 2022
@redtripleAAA
Copy link

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
Copy link
Author

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
Copy link

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?

@CommanderStorm CommanderStorm added the area:notifications Everything related to notifications label Dec 6, 2023
@CommanderStorm CommanderStorm changed the title Support HTTP GET webhooks [webhook] Support other HTTP mehtods like GET/PUT Dec 14, 2023
@CommanderStorm CommanderStorm added the type:enhance-existing feature wants to enhance existing monitor label Dec 14, 2023
@pinionless
Copy link

pinionless commented Dec 15, 2024

This is possible now using Apprise notification
form://192.168.1.1:3011/api/push/gdsfsdfdsf?method=get

https://github.com/caronc/apprise/wiki/Notify_Custom_Form


I have a secondary instance using alternative DNS reporting back the status to the main.

There are different ways of setting this up.

  1. High Heartbeat Interval waiting for the DOWN notification
  2. Normal Heartbeat Interval and Upside Down Mode on the secondary with "Resend Notification if Down X times consecutively " set to 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:notifications Everything related to notifications feature-request Request for new features to be added type:enhance-existing feature wants to enhance existing monitor
Projects
None yet
Development

No branches or pull requests

5 participants