OctoPrint-Webhooks
OctoPrint-Webhooks copied to clipboard
Make OctoPrint events call your custom webhooks!
I'm running a camera on a Twitch channel, which requires that channel updates be sent via a PATCH request. It doesn't appear to be supported in this application.
Hi, Is there ability to post data as a regular form (like `curl -F ...`)? I am trying to post to a server that does not accept json. The other...
Simple change to make User Action Needed event fire once per minute. Without this change, I would get rate-limited in Discord because 40 or 50 notifications were sent before I...
I haven't looked all that far into this issue, but when my printers pauses for a color change it triggers the webhook every two seconds till I get to the...
The application is telling me that the following is invalid JSON for sending a "Print Done" webhook (sending to a Google Apps Script to add a row to a Google...
When making changes to the settings they are not saved using save button in the general settings window. They are only saved if e.g. a web hook is deleted. Also...
Hi, noticed that saving the Octoprint settings with this plugin repeatedly broke / deleted other plugin settings. Most obviously the selected theme in UI customizer and who knows what else....
Since this repo appears to be abandoned, [I have completed the process of adopting this plugin](https://github.com/OctoPrint/plugins.octoprint.org/pull/1157)! The new repo is at https://github.com/derekantrican/OctoPrint-Webhooks . I will do my best to address...
The plugin is not loading anymore: `ImportError: cannot import name '_imaging' from 'PIL' (/octoprint/plugins/lib/python3.8/site-packages/PIL/__init__.py)` I use the octoprint/octoprint docker image with ID 32d643752f07 (latest as per today). According to Octoprint...
I have a webhook I use with this plugin which I need to toggle on and off depending on the job. Is there a way I can add a toggle...