WhatsApp icon

WhatsApp

Connect with Whatsapp HTTP API

Overview

This node is a versioned node type that supports multiple versions of the WAHA API integration. It dynamically selects the appropriate version implementation based on the configured version, allowing users to interact with different versions of the WAHA API within the same node. This is useful for maintaining compatibility with evolving API versions without changing the node configuration.

Use Case Examples

  1. Use the node to send requests to the WAHA API version 202502 for the latest features.
  2. Switch to version 202409 to maintain compatibility with older workflows relying on that API version.

Dependencies

  • Requires API authentication credentials to access the WAHA API.

Troubleshooting

  • Ensure the correct API version is selected to avoid compatibility issues.
  • Verify API credentials are valid and have necessary permissions.

Discussion