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?
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
Login to the community
No account yet? Create an account
Use your Front credentials
Log in with FrontEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.