Please enable JavaScript.
Coggle requires JavaScript to display documents.
FPU (index(express) (/send/:token (check config exists, save to File, send…
FPU
index(express)
/logout
/register
/data
make csv available as download
/readConfig
gather all configs of session user
supplement with mail creds
/addConfig
check session
if customer does not exists
create new and give ownership
if not, update config (if owned)
/readcsv
check for session
read csv of requested config
check that config belongs to session user
/send/:token
check config exists
save to File
send to slack
send Mail
/login
/deleteConfig
delete config
modules
logger
vault
db
user
_id
username
password (bcrypt hash)
configs
_id
name
useMail
useSlack
mail
host
port
displayName
subject
mailTo
groupName
slack
token
channel
owner
services
fileSaver
default (stores to csv file)
Slack
Mail