Recent searches
No recent searches
Integrating a private zendesk app with fly.io
Posted Jun 17, 2024
Creating application approach:
I have created a private zendesk application with that HTML file and a server-side application integrating it with ChatGPT. The idea is to enhance the emails shared by the engineers in a more formal and technical manner.
We are using a .env file to store the OPEN_API token to access the OPEN API endpoint and the application is working perfectly during testing.
Now, uploaded the project to github and deployed the server side application on fly.io. The front-end of the application is compressed and uploaded to zendesk. Though the front end is working, we are not getting any response from server side application.
0
1
1 comment
Christopher Kennedy
It may be simpler to run the server-side application directly within the Zendesk app iframe. We break down this concept in Building a server-side app. Would this be a better fit for your use case?
0