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:
Ryahn 2025-05-30 16:48:03 -05:00
parent 8f371bba3b
commit 9b20dc5f27
7 changed files with 1072 additions and 0 deletions

View 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"
}