WaAPI icon

WaAPI

Interact with WaAPI API

Actions83

Overview

This node interacts with the WaAPI service to unmute a specific WhatsApp chat. It is useful in scenarios where users want to programmatically control notification settings for individual chats, such as automatically unmuting important conversations after a certain event or time period.

For example, a user might mute a group chat during work hours and then use this node to unmute it afterward, ensuring they receive notifications again without manual intervention.

Properties

Name Meaning
Id The ID of the WhatsApp instance to target.
Chat Id The unique identifier of the chat to unmute. Format: <countrycode_short><usernumber>@c.us for individual chats or @g.us for groups.

Output

The node outputs JSON data representing the response from the WaAPI service after attempting to unmute the specified chat. This typically includes confirmation of the action's success or failure and any relevant metadata about the chat or operation status.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the WaAPI service.
  • The node sends requests to the base URL https://waapi.app/api/v1.
  • Proper configuration of the API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Invalid Chat Id format: Ensure the chat ID follows the correct pattern (<countrycode><number>@c.us for individuals or @g.us for groups). Incorrect formats will cause errors.
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Check connectivity to https://waapi.app/api/v1.
  • Chat not found or already unmuted: The API may return errors if the chat does not exist or is not muted; verify chat status before running the node.

Links and References

Discussion