Skip to content

This is an example code that shows how Teamtailor webhook can be processed

License

Notifications You must be signed in to change notification settings

Teamtailor/example-webhook

Repository files navigation

example-webhook

This is an example code that shows how Teamtailor webhook can be processed. Example is using node and serverless framework, but you are free to use any language and technology you like

Installation

yarn

Run dev server

  1. yarn start It will start listening on http://localhost:5555/development

  2. And in another window yarn run ngrok

It will create a tunnel from your localhost to https://tt-example-adapter.eu.ngrok.io

Or use something like concurrently https://www.npmjs.com/package/concurrently to run it at once

The base url will be set to https://tt-example-adapter.eu.ngrok.io/development

About

This is an example code that shows how Teamtailor webhook can be processed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published