Hi @stevemc,
It’s not possible to directly trigger the locally running app events from the Freshdesk production environment. The tunneling feature is available in FDK only for External Events to test webhook events from third-party platforms.
These are the possible way to achieve your goal to test the local app with real data.
- Publish as a temporary custom app and test the app in the Freshdesk account.
- Get the payload from a published custom app like the way #1 and grab the payload from Serverless logs and paste it in the simulation page at http://localhost:10001/web/test. This payload is stored under server/test_data to use in the simulation page. Those files can also be directly changed with the required payload for the simulation.
There’s no other way possible to trigger the locally running app from the Freshdesk portal running on cloud environment.