Hello Freshdesk Support Team
I am customizing a Freshdesk app for our business and need help with updating the UI/UX dynamically using the onExternalEvent event.
Issue:
- I want
app.jsto listen foronExternalEventand update the UI accordingly. - How can
app.jsreceive and handle theonExternalEventevent triggered fromserver.js? - I couldn’t find updated documentation or best practices for implementing this.
Expected Outcome:
- When
onExternalEventfires inserver.js,app.jsshould update the UI dynamically.
Any guidance or sample implementation would be highly appreciated. Thank you for your support!