Hello everyone.
I’m using external events in my app and when I make a request to app’s generated URL (for example: hooks.freshworks.com/123) I receive the following response:
{
“success”: true
}
I would like to change it. For example: if I create a new ticket on external events method, I would like to send the ticket object as a response.
Do you guys know if it’s possible to do it?
Thank you!