Actions50
- Event Actions
- Message Actions
- Instance Actions
- Group Actions
- Community Actions
- Contact Actions
- Chat Actions
- Profile Actions
Overview
This node interacts with the Z-API service to mark WhatsApp chats as unread. It is useful for automating chat management tasks, such as marking specific chats as unread based on phone numbers, which can help users prioritize or revisit conversations later.
Use Case Examples
- Mark a chat as unread for a specific phone number to remind yourself to respond later.
- Automate chat status updates in a customer support workflow by marking chats as unread when follow-up is needed.
Properties
| Name | Meaning |
|---|---|
| Phone Number | The phone number with country code for the chat to be marked as unread. |
Output
JSON
phone- The phone number of the chat that was marked as unread.status- The result status of the mark as unread operation.
Dependencies
- Requires an API key credential for Z-API to authenticate requests.
Troubleshooting
- Ensure the phone number is provided in the correct format with country code, e.g., '5511999999999'.
- If the API key credential is invalid or missing, authentication errors will occur.
- Network issues or API downtime may cause request failures; check connectivity and Z-API service status.
Links
- Z-API Official Website - Official documentation and information about the Z-API service used for WhatsApp automation.