const ticketData = await client.data.get('ticket');
const {
ticket: { description_text }
} = ticketData;
I want to get the whole thread rather than only the first one , can someone tell me how to do that?
const ticketData = await client.data.get('ticket');
const {
ticket: { description_text }
} = ticketData;
I want to get the whole thread rather than only the first one , can someone tell me how to do that?