Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

sipgate/clinq-bridge-teamleader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This repository is archived and no longer maintained. The support for this third-party-integration has been discontinued or moved to an equivalent (*-integration-bridge).

CLINQ Bridge Boilerplate Repository

Use this repository to bootstrap a new CLINQ Bridge.

Step by step guide

  1. Clone this repository (git clone git@github.com:sipgate/clinq-bridge-boilerplate.git clinq-bridge-mycrm)
  2. Run rm -rf .git && git init to initialize your new git repository.
  3. Run yarn to install all dependencies.
  4. Start the bridge with yarn start.
  5. Edit the index.ts file and implement the method stubs.
  6. Test your implementation (e.g. curl -H "X-Provider-Key: abcdef123456" -H "X-Provider-URL: https://www.example.com" http://localhost:8080/contacts).
  7. Create a new Git repository (e.g. clinq-bridge-mycrm) and push your bridge.
  8. Contact us and tell us about your shiny new CLINQ-Bridge.

Coding style and linting

Prettier and TSLint are included by default. Feel free to remove these tools (or certain rules) if you don't like them.

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors