feat(extensions): add Webhook extension for automated RSS notifications - Implements webhook notifications for RSS entries matching keywords - Supports pattern matching in titles, feeds, authors, and content - Configurable HTTP methods and request formats - Comprehensive error handling and logging - Resolves #1513
This commit is contained in:
parent
8f371bba3b
commit
9b20dc5f27
7 changed files with 1072 additions and 0 deletions
8
xExtension-Webhook/metadata.json
Normal file
8
xExtension-Webhook/metadata.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "Webhook",
|
||||
"author": "Lukas Melega, Ryahn",
|
||||
"description": "Send custom webhook when new article appears (and matches custom criteria)",
|
||||
"version": "0.1.1",
|
||||
"entrypoint": "Webhook",
|
||||
"type": "system"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue