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

[Feature Request][ALL]: Mark All Unread Messages as Read Without Message ID #783

Open
manojsitapara opened this issue Feb 6, 2025 · 0 comments
Labels
engine:ALL Related to all engines or basic mechanisms engine:NOWEB enhancement New feature or request patron:PLUS

Comments

@manojsitapara
Copy link

manojsitapara commented Feb 6, 2025

Is your feature request related to a problem? Please describe.
I'm always frustrated when I have multiple unread messages across different chats in the NOWEB WhatsApp API, and I need to mark them as read one by one by passing individual message IDs. This process is time-consuming and inefficient, especially when handling a large number of unread messages.

Describe the solution you'd like

I would like an API that allows us to mark all unread messages from all chats as read in one go, without requiring message IDs. This will help streamline message management and reduce the complexity of handling unread messages in bulk.

Describe alternatives you've considered

One alternative is to first fetch all unread messages using an API and then loop through them to mark each one as read using the existing method. However, this is not an efficient solution because it requires multiple API calls, increasing the processing time and server load.

Additional context
This feature will be useful for businesses and developers managing high volumes of messages

patron:PLUS

@manojsitapara manojsitapara changed the title [Feature Request] [Feature Request]: Mark All Unread Messages as Read Without Message ID Feb 6, 2025
@manojsitapara manojsitapara changed the title [Feature Request]: Mark All Unread Messages as Read Without Message ID [Feature Request][ALL]: Mark All Unread Messages as Read Without Message ID Feb 6, 2025
@devlikepro devlikepro added enhancement New feature or request engine:NOWEB engine:ALL Related to all engines or basic mechanisms labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engine:ALL Related to all engines or basic mechanisms engine:NOWEB enhancement New feature or request patron:PLUS
Projects
None yet
Development

No branches or pull requests

2 participants