Skip to content

Add Webhook notification service #54

@big14way

Description

@big14way

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions