function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Joe CarleyJoe Carley 

What is the recommended way to extract LiveChatTranscripts?

Hello, I am looking to pull out LiveChatTranscripts from sales force on a continual basis - the goal being to feed those transcripts into a third party application for storage and analytics purposes.
What is the recommended way to go about this?
From what I've been able to see, we could use the REST API to issue queries on the LiveChatTranscript objects, providing a timestamp such that we can keep pulling out the latest objects.
Questions I have:
  1. Where can I see the full schema such that I can construct proper queries?  I haven't been able to locate it.
  2. Is there any sort of real time event feed I can integrate with to get the chat objects based on events in real time as the chats occur, rather than a query mechanism?
Thanks!
Joe