forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #656
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 want to be notified when a batch job completes or a tracked company shows a significant innovation score change, via Slack, Discord, or email.
What to do
webhookstable to store user-configured webhook URLs and event types (job_complete, score_change){"text": "..."})Acceptance criteria
Closing as already implemented. Webhook/notification support was added in PR #66 (
feat: add webhook notification support for job completion).SPARC/webhooks.pyhandles webhook delivery. Configurable viaWEBHOOK_URLSenv var.