Skip to content

hull/hull-freshdesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hull-freshdesk

Node.js CI

Overview

Hull Connector for Freshdesk

This connector allows you to synchronize Hull Users with Freshdesk Contacts and Hull Accounts with Freshdesk Companies in both ways. Furthermore, it enables you to fetch tickets from Freshdesk into Hull Events.

Please refer to the end-user documentation for further details, see Connector Docs.

Usage

After installing dependencies via

npm i

you can use the build script from package.json to build the JS files or start the live development server running

npm run start-src--watch

For convenience the script section contains a script to run ngrok and provide a tunnel to your local environment. Make sure to have ngrok installed and then run

npm run ngrok

If you are not on a paid ngrok plan, you can run ngrokfree which doesn't use a dedicated subdomain.

To run a clustered version of the connector for production, use

npm run start

Contributing

This project welcomes contributions and suggestions; we would appreciate if you follow the Code of Conduct.

Please read the Contribution Guidelines and refer to the Developing Guidelines for details about how to make a positive impact on this project.

Changelog

The changelog which details the releases can be found here.

License

MIT License. See LICENSE document for details.