This module provides a complete set of tools to manage and trigger webhooks inside an Endurance-based backend.
It is built using TypeScript and designed for integration with internal events.
- Register a new webhook
- Update or delete existing webhook
- Trigger a webhook when internal event is emitted
- External listener registration (optional hook-in system)
npm install edrm-webhook
None
- /webhook (Default Rest CRUD) : Manage webhooks
-
endurance-core ≥ 0.5.x
-
mongoose ≥ 8.x
-
Node.js ≥ 18
-
TypeScript ≥ 5