forked from 0xWheatyz/SPARC
Add webhook/notification support for batch job completion and score changes #422
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?
Summary
There is no way to get notified when a batch job completes or when a company innovation score changes significantly. Webhook and notification support would enable external integrations.
What to do
webhookstable:url,events(list of event types),secret,enabledbatch_job_complete,score_change_alert), send an HTTP POST to registered webhook URLs with an HMAC-signed payloadPOST /webhooks/{id}/testthat sends a sample payloadAcceptance Criteria
Reference
Roadmap: P3 - Webhook/notification support
Triage: Already Implemented
After reviewing the codebase, this issue has already been fully implemented in the current
mainbranch.This issue can be closed.