Use this to organize chats in your custom dashboard similar to the official WhatsApp app.
Best practices
Store the 'archived' boolean to filter chats in your list view.
Ensure sync between mobile app movements and your custom CRM.
Archive Management
Fired whenever you or a sync action moves a chat into/out of the archived folder.
Key Fields
chatId: The individual or group ID.
archived: true if moved to archive, false if moved back to active.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.