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.
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
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.
The changelog which details the releases can be found here.
MIT License. See LICENSE document for details.