webhook-demux

0.0.2 • Public • Published

webhook-demux

build status Coverage Status

Routes a single webhook endpoint to multiple webhook endpoints depending on content of the JSON request body.

how

Webhooks are sent to this server, and you configure a config.json file (or whatever's in the --config argument) that looks like:

[{
    "url": "http://blue.com/"
}]

Readme

Keywords

Package Sidebar

Install

npm i webhook-demux

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • tmcw
  • miccolis