2024-10-01 13:57:33 -05:00
2024-10-01 13:57:33 -05:00
2024-09-30 17:21:44 -05:00
2024-09-30 17:21:44 -05:00

Your First App

This app displays the name of the requester of a freshdesk ticket in the ticket_sidebar placeholder

Files and Folders

.
├── README.md                 A file for your future self and developer friends to learn about app
├── app                       A folder to place all assets required for frontend components
│   ├── index.html            A landing page for the user to use the app
│   ├── scripts               JavaScript to place files frontend components business logic
│   │   └── app.js
│   └── styles                A folder to place all the styles for app
│       ├── images
│       │   └── icon.svg
│       └── style.css
├── config                    A folder to place all the configuration files
│   └── iparams.json
└── manifest.json             A JSON file holding meta data for app to run on platform

Explore more of app sample apps on the Freshworks github respository.

Description
Freshdesk App to allow for tickets to be passed between different Freshdesk accounts
Readme
Languages
JavaScript 80.1%
HTML 15.9%
CSS 4%