forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #221
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 receive alerts outside the dashboard. Webhook support would allow integration with Slack, Discord, email, or other tools.
Roadmap reference: ROADMAP.md > P3 > Webhook/notification support
What to do
webhookstable (url, events, secret).Acceptance criteria
This issue has already been resolved in the current codebase.
SPARC/webhooks.pyimplements webhook notifications with configurable URLs viaWEBHOOK_URLSenv var, retry logic with exponential backoff, and support for both generic HTTP POST and Slack/Discord-compatible payloads.Closing as already implemented.