forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #1541
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?
Context
Users need to know when long-running batch jobs finish or when a tracked company shows significant activity changes. Push notifications would remove the need to poll the dashboard.
Roadmap reference: ROADMAP.md > P3 > Webhook/notification support
What to do
webhookstable (user, url, events, secret)Acceptance criteria
Triage review: Resolved: SPARC/webhooks.py implements webhook notifications with retry logic. Supports generic HTTP POST and Slack payloads. Closing as already complete.