You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
HerrHase d199343535
change structure, adding cli, adding alternative webhook
1 month ago
custom change structure, adding cli, adding alternative webhook 1 month ago
examples change structure, adding cli, adding alternative webhook 1 month ago
packages/server change structure, adding cli, adding alternative webhook 1 month ago
storage init 2 months ago
.gitignore change structure, adding cli, adding alternative webhook 1 month ago
LICENSE Initial commit 2 months ago
README.md adding 2 months ago
README_XMPP.md change structure, adding cli, adding alternative webhook 1 month ago
package-lock.json change structure, adding cli, adding alternative webhook 1 month ago
package.json change structure, adding cli, adding alternative webhook 1 month ago

README.md

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.

clients