Replies: 2 comments
-
right now it's possible only to remove chat. https://waha.devlike.pro/docs/how-to/chats/#delete-chat |
Beta Was this translation helpful? Give feedback.
0 replies
-
Available in 2024.8.1 👉 Read more about the endpoints on 💬 Chats page! Archive chatUse the method to archive chat POST /api/{session}/chats/{chatId}/archive Unarchive chatUse the method to unarchive chat POST /api/{session}/chats/{chatId}/unarchive chat.archiveThe {
"event": "chat.archive",
"session": "default",
"payload": {
"id": "[email protected]",
"timestamp": 1667561485,
"archived": true <== or false
},
...
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to perform actions on a WhatsApp archive using this API? For example, can we archive chats or, if we are doing a newsletter, can we ignore archived chats?
Beta Was this translation helpful? Give feedback.
All reactions