kslib
v0.1.1
Published
test
Downloads
4
Readme
Readme
Modules
1. TTS with freshdesk
2. Error logger with raygun
TTS with freshdesk
tts-config will have the following JSON structure
{
tts: "freshdesk",
freshdesk:{
source: "<app name>",
url: "<url>",
credentials: {
apiKey: "<freshdesk api-key>",
passCode: "<passcode>"
},
ticketEvents: {
eventName: {
ticket: {
subject: "<TTS subject>",
description: "<TTS desc>",
frequency: <Number of times the event has to occur to create a ticket - optional>,
interval: <Defines the time within the frequency should occur - optional>,
count: <Initial count to the frequency - optional>
}
}
}
}
}
Error logger with raygun
error-config
{
}