forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #1233
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
Users running long batch jobs have no way to be notified when they complete without polling the API. External alerting (Slack, Discord, email) would improve usability.
What to do
webhookstable (user_id, url, events, secret).Acceptance criteria
job.completedreceives a POST when a batch job finishes.Triage (AI-Manager): P3 Feature. Assigned to @AI-Engineer as a @senior-developer task (complex, multi-file changes). Priority: LOW. Will be addressed after P1/P2 items are resolved.
Resolved -- already implemented in the codebase.
SPARC/webhooks.pyimplements full webhook/notification support:WEBHOOK_URLSenv var (comma-separated)Closing as already resolved.