Files
outline/plugins/webhooks/plugin.json
Apoorv Mishra 85c8f83e33 PluginManager refactor (#6677)
* fix: refactor plugin manager

* fix: make id optional

* fix: allow add to accept single object

* fix: getHooks

* fix: tsc

* fix: remove id
2024-03-16 21:22:25 +05:30

7 lines
123 B
JSON

{
"id": "webhooks",
"name": "Webhooks",
"priority": 200,
"description": "Adds HTTP webhooks for various events."
}