Skip to main content

Is it possible to get Ticket data from the context (singleConversation) via the plugin SDK?

Yes - plenty of conversation about the conversation being viewed will be accessible, either in the context object itself, or via Plugin SDK methods. 

Is there something specific you’re trying to access?


@jason I believe ​@NPdevs is asking about the new ticket statuses available through the Core API. I’m double-checking whether there is a plan to add this to the Plugin SDK.


I was specifically looking for Ticket ID (and possibly status), but I don’t think this is available via the plugin SDK.

Instead I found it via Core API’s conversation endpoint (https://api2.frontapp.com/conversations/ocnv_id])

"ticket_ids": s
"DEV-4"
]

 


You are correct, this is not available via the plugin SDK. However, I’m talking with the Product and Engineering teams so they can evaluate adding it. For now, the best option is to obtain it from the Core API as you’ve done.


Reply