@nexpress/plugin-webhook-relay
v0.4.6
Published
Webhook relay plugin for NexPress content lifecycle events.
Maintainers
Readme
@nexpress/plugin-webhook-relay
Reference integration plugin that relays content create, update, and delete events to an operator-configured HTTP endpoint.
pnpm exec nexpress plugin add @nexpress/plugin-webhook-relayThe generated Admin form configures the endpoint, optional HMAC signing secret,
draft behavior, and timeout. Requests carry JSON with the event, collection,
document id, status, and timestamp; signed requests include
x-np-signature. Plugin storage records bounded delivery diagnostics, while
Admin exposes last status and an approval-gated test delivery action.
The manifest explicitly declares outbound network and plugin-storage capabilities. See plugin capabilities and plugin hooks.
License
MIT
