This app allows you to easily visualise the ZIS bundles and installed jobspecs associated with your Zendesk account's integration(s). You can preview bundle content and upload new ones as well as see job specs statuses and manage them.
This is not a Zendesk owned nor developed app.
- List of your account's integrations.
- Upload bundles and delete bundles (currently requires a ZIS flow and an inbound webhook).
- List and manage your job specs.
- Preview and copy of the bundle.
- List, manage and preview your configurations.
- List and preview your connections.
Please submit bug reports to Insert Link. Pull requests are welcome.
### Dependencies
This apps is using Vue.js imported using unpkg following Vue.js quickstart guide.
The app offer 3 optional settings to allow for a read-only app.
- Allowing uploading of bundles
- Allowing deletion of bundles
- Allowing job specs installation/uninstallation
- Allowing config creation, update and deletion
- Configure
zclion your desktop. - Run the app via terminal using
zcli apps:server. - Open your Zendesk account and add
/agent/apps/zis-explorer?zcli_apps=trueto the url. - Enjoy.
Note: you can provide mock data in the "/assets/mocks/" folder in json format for 'bundle.json', 'bundles.json', 'integrations.json' and 'job_specs.json' and set mockDataEnabled to true in zendesk_api.js