Actions116
- 💬 Chats Actions
- 👤 Contacts Actions
- 👥 Groups Actions
- Get Info Admin Only
- Set Messages Admin Only
- Get Messages Admin Only
- Get Invite Code
- Revoke Invite Code
- Get Participants
- Add Participants
- Remove Participants
- Promote To Admin
- Demote To Admin
- Create Group
- Get Groups
- Join Info Group
- Join Group
- Refresh Groups
- Get Group
- Delete Group
- Leave Group
- Get Chat Picture
- Set Picture
- Delete Picture
- Set Description
- Set Subject
- Set Info Admin Only
- 🖥️ Sessions Actions
- 🆔 Profile Actions
- 🖼️ Screenshot Actions
- 📤 Chatting Actions
- 📢 Channels Actions
- 🟢 Status Actions
- ✅ Presence Actions
- 🏷️ Labels Actions
- 🔍 Observability Actions
- 🔑 Auth Actions
Overview
This node interacts with a chat service to mark a specific chat as unread. It is useful in scenarios where users want to programmatically manage chat statuses, such as marking important conversations as unread for follow-up or notification purposes. For example, it can be used in customer support workflows to flag chats that require further attention.
Use Case Examples
- Mark a customer support chat as unread to ensure it gets reviewed later.
- Automatically mark chats as unread based on certain triggers or conditions in a workflow.
Properties
| Name | Meaning |
|---|---|
| Session | The name of the session to use for the chat service connection. |
| Chat Id | The unique identifier of the chat to be marked as unread. |
| Request Options | Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration. |
Output
JSON
json- The response data from marking the chat as unread, typically including status and updated chat information.
Dependencies
- Requires an API key or session credential to authenticate with the chat service.
Troubleshooting
- Ensure the session name is correct and active; otherwise, authentication will fail.
- Verify the chat ID is valid and corresponds to an existing chat; invalid IDs will cause errors.
- If using a proxy or ignoring SSL issues, ensure network settings allow the connection.
- Timeout errors may occur if the server is slow or unreachable; consider increasing the timeout setting.