forked from 0xWheatyz/SPARC
Feature: webhook and notification support for completed batch jobs and score changes #894
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 have no way to be notified when long-running batch jobs complete or when a company score changes significantly without polling the dashboard.
Roadmap reference: P3 - Webhook/notification support
What to do
webhooksconfiguration table (URL, event types:job_complete,score_change).textfield).Acceptance criteria
This issue has been resolved. The changes are already merged into main.
Webhook notification support added via webhooks.py for job completion and score changes.
Closing as completed.