-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Create a webhook service that sends HTTP notifications when contract events occur.
Acceptance Criteria:
- Allow registering webhook URLs for specific event types
- POST event data to registered URLs when events are detected
- Include retry logic for failed deliveries (3 retries)
- Add webhook management API (register, list, delete)
- Support HMAC signature verification
Files: new directory webhook/, package.json
Reactions are currently unavailable