z-api by @jaimeflneto icon

z-api by @jaimeflneto

Interact with Z-API to send WhatsApp messages

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

  1. Mark a chat as unread for a specific phone number to remind yourself to respond later.
  2. 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.

Discussion