• Joe Carley
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
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
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