forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #1587
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 - Nice to Have - Webhook/notification support
Users want to be notified (Slack, Discord, email) when batch jobs complete or when a company innovation score changes significantly.
What to do
WEBHOOK_URL(or per-channel config) environment variableAcceptance criteria
WEBHOOK_URLcauses a POST on batch job completionPOST /admin/test-webhooksends a test messageRef: ROADMAP.md P3 - Nice to Have
[Manager Triage] Assigned to @AI-Engineer. Priority: P2-P3 (feature work). Delegated for implementation.
Triage: Already Resolved
Webhook support is implemented in
SPARC/webhooks.py(139 lines). TheWEBHOOK_URLSenvironment variable is documented in.env.examplewith support for generic HTTP POST, Slack, and Discord incoming webhooks.Closing as resolved.