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

Adopt webhooks plugin #1157

Merged
merged 2 commits into from
Feb 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _data/notices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,11 @@
repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin
repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
link: https://github.com/synman/OctoPrint-SystemCommandEditor/releases/tag/1.0.0
- plugin: webhooks
pluginversions: ["<3.1.3"]
versions: []
date: 2023-2-2 12:00:00Z
text: Version 3.1.3+ of this plugin is available from a new maintainer, but your version still looks for updates at the
repository of the old maintainer. Please uninstall the old plugin from the plugin manager, then reinstall from the plugin
repository to update it. The release notes of the version by the new maintainer can be found at the "Read more..." link below.
link: https://github.com/derekantrican/OctoPrint-Webhooks/releases/tag/3.1.3
2 changes: 2 additions & 0 deletions _data/update_check_overlays.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ excluderegion:
user: bradcfisher
SlicerSettingsParser:
user: larsjuhw
webhooks:
user: derekantrican
16 changes: 11 additions & 5 deletions _plugins/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ layout: plugin
id: webhooks
title: OctoPrint-Webhooks
description: This allows you to send a webhook to any URL when events happen on OctoPrint.
author: Blane Townsend
authors:
- Derek Antrican
- Blane Townsend
license: AGPLv3

date: 2020-04-29

homepage: https://github.com/2blane/OctoPrint-Webhooks
source: https://github.com/2blane/OctoPrint-Webhooks
archive: https://github.com/2blane/OctoPrint-Webhooks/archive/master.zip
homepage: https://github.com/derekantrican/OctoPrint-Webhooks
source: https://github.com/derekantrican/OctoPrint-Webhooks
archive: https://github.com/derekantrican/OctoPrint-Webhooks/archive/master.zip

tags:
- webhook
Expand All @@ -35,6 +37,10 @@ compatibility:

---

# *NOTE: this plugin has been abandoned by the original creator and adopted here by a new maintainer*

For now, the below is preserved as the former README (except for a change to the setup URL)

# OctoPrint-Webhooks

This allows you to send a webhook (a.k.a. API Request) to any URL when certain events happen on OctoPrint such as when
Expand All @@ -51,7 +57,7 @@ I wrote a blog post to explain more about what this plugin is and why I built it
Install via the bundled [Plugin Manager](https://docs.octoprint.org/en/master/bundledplugins/pluginmanager.html)
or manually using this URL:

https://github.com/2blane/OctoPrint-Webhooks/archive/master.zip
https://github.com/derekantrican/OctoPrint-Webhooks/archive/master.zip

Once you've installed the plugin, go to the settings page for this plugin. The page is called "Webhooks".
Select which events will trigger a webhook, then change the following:
Expand Down