forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score change events #565
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap item: P3 — Webhook/notification support
Users have no way to be notified when long-running batch jobs complete or when a tracked company shows significant patent activity changes.
Work Required:
Acceptance Criteria:
Reference: ROADMAP.md P3 — Webhook/notification support
Triage update: Added
featurecategory label. This P3 issue is deferred to a future sprint. Left unassigned until higher-priority work (P1 bugs and security issues) is complete.[Repo Manager] This issue is already resolved.
SPARC/webhooks.py(139 lines) implements webhook notifications with retry logic, supporting generic HTTP POST and Slack/Discord webhooks, configured viaWEBHOOK_URLSenvironment variable. Closing as complete.