forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #704
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
Roadmap item: P3 - Webhook/notification support
There is no way to receive alerts when a batch job finishes or when a company score changes significantly, requiring users to poll the UI.
Work to do
webhookstable: URL, event types (job_complete, score_change), secret for HMAC signaturejob_completeeventsscore_changeeventsX-SPARC-Signatureheader so receivers can verify authenticityAcceptance criteria
Closing as already implemented. Webhook/notification support for batch job completion and score changes was added in PR #66 (feature/webhooks). See SPARC/webhooks.py.