Hide ticket_conversation_editor?

Hi,
I’ve created an app that loads in the ticket_conversation_editor location in the manifest.json.

When I click a button in that modal I want it to close the modal. How do I do this? I can’t seem to find the event that triggers it. Thanks!

I believe that this should work:

client.instance.close()

https://developers.freshworks.com/docs/app-sdk/v2.3/freshdesk/advanced-interfaces/instance-method/#close-an-instance

That worked, thanks a lot!

This topic was automatically closed 6 days after the last reply. New replies are no longer allowed.