kslib

0.1.1 • Public • Published

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

{
  
}

Readme

Keywords

none

Package Sidebar

Install

npm i kslib

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • prakasam.dhayalan