Congratulations on creating your App Project! Feel free to replace this text with your project description.
.
├── README.md This file.
├── config Installation parameter configs.
│ ├── iparams.json Installation parameter config in English language.
│ └── iparam_test_data.json Installation parameter data for local testing.
└── manifest.json Project manifest.
└── server Business logic for remote request and event handlers.
├── lib
│ └── handle-response.js
├── server.js
└── test_data
├── onTicketCreate.json
└── onTicketUpdate.json
Explore more of app sample apps on the Freshworks github respository.