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

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 for Copper

This service provides contacts from Copper for CLINQ.

Development

yarn && yarn start

getContacts

curl -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" localhost:8080/contacts

createContact

curl -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" --data @contact.json localhost:8080/contacts

updateContact

curl -X PUT -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" --data @contact.json localhost:8080/contacts/1234567890

deleteContact

curl -X DELETE -H "content-type: application/json" -H "X-Provider-Key: mail@example.com:XXXXXXXXXXXXXXXXXX" localhost:8080/contacts/1234567890

License

Apache 2.0

About

CRM Bridge for Copper

Resources

Stars

0 stars

Watchers

15 watching

Forks

Releases

Packages

Used by

Contributors

Languages