# webhook-demux **Repository Path**: mirrors_mapbox/webhook-demux ## Basic Information - **Project Name**: webhook-demux - **Description**: Routes a single webhook endpoint to multiple webhook endpoints depending on content of the JSON request body. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # webhook-demux [![build status](https://secure.travis-ci.org/mapbox/webhook-demux.png)](http://travis-ci.org/mapbox/webhook-demux) [![Coverage Status](https://coveralls.io/repos/mapbox/webhook-demux/badge.png)](https://coveralls.io/r/mapbox/webhook-demux) 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: ```js [{ "url": "http://blue.com/" }] ```