Skip to content

fix: Webhook Event System#833

Open
ledgerpilot wants to merge 10 commits intorohitdash08:mainfrom
ledgerpilot:ledgerpilot/fix-77
Open

fix: Webhook Event System#833
ledgerpilot wants to merge 10 commits intorohitdash08:mainfrom
ledgerpilot:ledgerpilot/fix-77

Conversation

@ledgerpilot
Copy link
Copy Markdown

Closes #77

What changed

This fix implements a webhook event system for key events, including signed delivery, retry handling, and documentation. It introduces new database tables for webhook endpoints and delivery attempts, a service for dispatching and signing webhooks with APScheduler-based retries, and API routes for managing user webhooks. Existing event creation/update flows are updated to emit these webhooks.

Files modified

  • backend/app/services/webhooks.py
  • backend/app/routes/webhooks.py
  • backend/app/models.py
  • backend/app/config.py
  • backend/app/__init__.py
  • backend/app/extensions.py
  • backend/app/services/__init__.py
  • backend/app/routes/expenses.py
  • backend/app/routes/bills.py
  • README.md

Draft PR — please review before merging.

@ledgerpilot ledgerpilot marked this pull request as ready for review April 9, 2026 16:04
@ledgerpilot ledgerpilot requested a review from rohitdash08 as a code owner April 9, 2026 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Webhook Event System

1 participant