Answered

How can I retrieve all messages from a conversation within a time frame?

  • 11 January 2023
  • 2 replies
  • 160 views

Hi! I'm trying to retrieve all the messages from all the conversations (not only a snippet) within a specific time-frame but I can't seem to find that option in the doc's. Does anyone know what is the best way to do that? Thanks!

icon

Best answer by Racheal 13 January 2023, 00:50

View original

2 replies

Userlevel 4
Badge

Hey @maximiliano​ Racheal from the support engineer team here👋 

 

You'll want to use our Conversations API to extract full conversations. You'd first have to list the conversations, and then use GET for individual conversation ID's. This would provide full conversation text and details, you could then parse through for the specific time range.

@racheal​ Thanks for that! 😀

Reply