Receive closed chats from quiq and create them as incidents
- Install NodeJS 11.3.0+ (https://nodejs.org/en/download/) or
brew install node
etc - Install yarn
npm install -g yarn
- Clone this repo
git clone https://github.com/cw2908/samanage-quiq-node my-app-folder
- Build dependencies
cd my-app-folder && yarn
- Create Conversation Status Changed (Conversation Closed) Webhook in Quiq admin panel and to point to your server (ie https://the-server.com/api/samanage) See: https://developers.goquiq.com/api/docs#operation/Webhook%20-%20ConversationStatusChanged for reference
Run with yarn start
Run tests with yarn test
or yarn watch