Skip to content

PagerTree/example-nodejs-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example NodeJS Connector

An example HTTP server for listening to PagerTree outgoing webhooks.

The server listens for webhooks and then does custom logic. It comes with a fly.toml to be deployed on fly.io but can be run anywhere using the Dockerfile.

Running the Server

DEBUG=example-client-connector:* npm start then open your browswer to http://localhost:3000

The custom endpoints and logic can be found in ./routes/freshservice.js, but this is only an example. It is up to you to write whatever custom logic you need for your app.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors