@programisto/edrm-webhook
v1.0.4
Published
- [Description](#description) - [Features](#features) - [Installation](#installation) - [Configuration](#configuration) - [Environment Variables](#environment-variables) - [Routes](#routes) - [Requierements](#requierements)
Readme
EDRM Webhook mangement module
Table of Contents
Description
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.
Features
- Register a new webhook
- Update or delete existing webhook
- Trigger a webhook when internal event is emitted
- External listener registration (optional hook-in system)
Installation
npm install edrm-webhookEnvironment Variables
None
Routes
- /webhook (Default Rest CRUD) : Manage webhooks
Requierements
endurance-core ≥ 0.5.x
mongoose ≥ 8.x
Node.js ≥ 18
TypeScript ≥ 5
