ContributionsMost RecentMost LikesSolutionsRe: Error for limit to Private messages HelloParshant To investigate on this I suggest you raise a support ticket, as there might be a technical issue. Re: API & FreeMarker Issue Tracker Hellopeterlu, That's expected behavior if the currently authenticated user doesn't have the switch user permission, and using an Incognito Window would mean they're anonymous. If you have additional questions, I recommend you file a Support ticket. Re: OpenAPI Specification for community API Helloktaltudoco, We are moving our APIs to GraphQL as part of our Aurora initiative and have no plans to support OpenAPI. Re: Get Care Conversation by Source Id HelloAkenefick, You can try this,{network} should be Facebook, Instagram, Twitter and {instance} should be the company key (i.e. generalmotors, fidelity, etc) Re: What's changed in Aurora from Community Classic Helloakshays Here is the link to Aurora docs:https://developer.khoros.com/khorosauroradevdocs/docs Theability to create react components will be available in the future.At this time, you will be able to create custom components using Handlebars. Re: General mail signature sbu,Unfortunately, it's not possible to add a common signature to all email templates without having to manually modify each one separately. Re: Get Latest Reply to Each Conversation Returned by Messages LiQL Query Akenefick You're welcome! If the above response answered your questions, please feel free to mark it as an accepted solution. Re: Get Latest Reply to Each Conversation Returned by Messages LiQL Query HelloAkenefick Core components often have direct database access, so replicating them in a component isn't always possible.In this case, threaded sorting is only possible with API v1: https://developer.khoros.com/khoroscommunitydevdocs/docs/linear-and-threaded-sorting There is a similar discussion here using API v1: https://community.khoros.com/t5/Developer-Discussion/Need-some-API/m-p/183822 If you only want the latest message in a thread, you can filter by topic.id : https://developer.khoros.com/khoroscommunitydevdocs/docs/messages#topicid Then sort by post_time : https://developer.khoros.com/khoroscommunitydevdocs/docs/messages#post_time-2 Alternatively, you can file a Support ticket so we can further investigate this. Re: Feasible? Link (within Topic) to jump to Care Conversation keithkelly,Please accept my apologies for the delay in responding. Your query has been forwarded to our team, and I will promptly inform you as soon as I receive a response from them. Re: Feasible? Link (within Topic) to jump to Care Conversation Hellokeithkelly You can tag on care per certain rules, like regex, keywords, etc. You need to identify under which circumstances the tag would be applied.