Actions101
- š¤ Chatting Actions
- š„ļø Sessions Actions
- š Auth Actions
- š¼ļø Screenshot Actions
- š¢ Channels Actions
- š¢ Status Actions
- š¬ Chats Actions
- š¤ Contacts Actions
- š„ Groups Actions
- ā Presence Actions
- š·ļø Labels Actions
- š Observability Actions
Overview
This node operation unarchives a chat in a messaging or chat application. It is useful for restoring access to chats that were previously archived, allowing users to continue conversations or retrieve information from those chats. For example, a user might unarchive a chat to resume communication with a contact or to access past messages for reference.
Use Case Examples
- Unarchive a chat by specifying the session and chat ID to restore it to the active chat list.
- Automate the process of unarchiving chats based on certain triggers or conditions in a workflow.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to identify the chat environment or user session context. |
| Chat Id | The unique identifier of the chat to be unarchived. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
data- The response data from the unarchive chat operation, typically including confirmation or details of the unarchived chat.
Dependencies
- Requires an API key or authentication token to access the chat service API.
Troubleshooting
- Ensure the session name and chat ID are correct and correspond to existing archived chats.
- Check network connectivity and proxy settings if requests fail or time out.
- If SSL errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
- Verify that the API credentials are valid and have permissions to unarchive chats.