Skip to main content

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!

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