In my widget, when I click on a button, I need to get certain data from an external server. The format and content of this data depends on the key expressions (like order numbers) in the incoming threads that the catomers leave.
How can I get the text of these threads?
maybe there is a simple way like:
ZOHODESK.get('ticket.threads').then(function(response) {})
But this is too complicated and unnecessary for my case.