Freshdesk Integration for the PBX Widget.
- Development
- Install the FDK CLI
- Update the widgetUrl key in zcli.apps.config.json file with your development/test widget server's URL.
- Run the command
fdk run
to start the development server.
- Production
- Run the command
fdk pack
to build the Freshdesk installer. - The installer zip file will be in the directory
dist
.
- Run the command
- Navigate to your Freshworks Developer Portal.
- Select the New App Button
- Select Custom app, type in app name, upload installer and proceed.
- Fill the required fields, upload icon, then save and publish.
- Go to Marketplace => Manage Apps => Custom Apps, and the app should be available for installation
- Click on install, and fill the widget url field with your Widget Server's URL, DO NOT CHANGE Domain name and API key fields as they are auto populated.
- Install then refresh the dashboard, the app should now be available in your sidebar.