Do you have sample code on how to get the list of conversations for all users with the date range?
Page 1 / 1
Hey @marcelo Racheal here from Support Engineer team 👋
We do have a couple examples in our docs here! You would want to use the Conversations API to extract full conversations. You'd first have to search for conversations within a specific date range, and then use GET for individual conversation ID's to get all of the conversation parts.
{
"query": {
"field": "updated_at",
"operator": ">",
"value": 1560436784
}
}
Reply
Join the Intercom Community 🎉
Already have an account? Login
Login to the community
No account yet? Create an account
Intercom Customers and Employees
Log in with SSOor
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.