Hello,
Is there any way to modify the response sent in response to a generated webhook within Freshworks? I am creating a serverless app for FreshSales and need to provide a certain response back to incoming webhooks. I have been unsuccessful in finding any information on this either online or from Freshworks Support.
I believe FDK/lib/routes/beevents.js controls the routing and handling of incoming requests. How can I extend this in my server.js so that the required response is sent back to requester?
Thanks for any assistance.

