This app displays the name of the requester of a freshdesk ticket in the ticket_sidebar placeholder
.
βββ 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.