# Signpost Simple fast secure Webhook handling Service. Add Flows that handle Actions-Classes written in Javascript. Each Flow is secured by an Token. Optional you can add an JsonSchema for the Flow to validated incoming Data. ## install ``` npm install npm run migrate --workspace=server npm run start --workspace=server ``` ## add flow ``` npm run addFlow ``` ### action A Class for that have only the async method run. Each Object of class has the current flow, the requested body and optional a JsonSchema. The Class must be placed.