-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Comments
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 |
Great suggestion @ansred. Never heard of the tool, but definately see some potential! |
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? |
GET
/PUT
This is possible now using Apprise notification 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.
|
🏷️ 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
The text was updated successfully, but these errors were encountered: