Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get conversations data incrementally #115

Open
rubenssoto opened this issue Oct 1, 2020 · 2 comments
Open

Get conversations data incrementally #115

rubenssoto opened this issue Oct 1, 2020 · 2 comments

Comments

@rubenssoto
Copy link

Hi,

Do you know how can I get conversations data incrementally?

@abn
Copy link
Member

abn commented Oct 1, 2020

@rubenssoto as in history? This implementation deals with incoming webhooks, so the server notifies the configured webhook when a message arrives.

@rubenssoto
Copy link
Author

Thank you for your answer.

This is my usecase

We need our freshchat data in our aws s3 to run ad-hoc queries and reporting, so we are making an extractor. To make our extractor more efficient I want to get data incrementally, so every execution I only want newer data. The main information in freshchat is conversations, so I need to get this info incrementally. I solve the same problem in freshdesk API, every execution I get only updated tickets since last execution and after that I get related conversations.

So, I need a way to get only conversations that has fresh data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants