Skip to content

feat: implement outgoing webhook system #197

Closed
luhrhenz wants to merge 1 commit intoSynapse-bridgez:mainfrom
luhrhenz:feature/issue-31-outgoing-webhooks
Closed

feat: implement outgoing webhook system #197
luhrhenz wants to merge 1 commit intoSynapse-bridgez:mainfrom
luhrhenz:feature/issue-31-outgoing-webhooks

Conversation

@luhrhenz
Copy link
Copy Markdown
Contributor

closes #31

  • Add webhook_endpoints and webhook_deliveries migration tables
  • Implement WebhookDispatcher with HMAC-SHA256 signing and exponential backoff retry (max 5 attempts)
  • Trigger webhook delivery from TransactionProcessor on state transitions
  • Add admin endpoints to register/manage webhook URLs

- Add webhook_endpoints and webhook_deliveries migration tables
- Implement WebhookDispatcher with HMAC-SHA256 signing and exponential backoff retry (max 5 attempts)
- Trigger webhook delivery from TransactionProcessor on state transitions
- Add admin endpoints to register/manage webhook URLs
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 25, 2026

@luhrhenz Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@luhrhenz luhrhenz closed this Mar 25, 2026
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.

Outgoing Webhook Delivery System (Feature)

1 participant