Skip to content

feat: implement outgoing webhook system (issue #31)#198

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

feat: implement outgoing webhook system (issue #31)#198
luhrhenz wants to merge 1 commit intoSynapse-bridgez:developfrom
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
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.

1 participant