chatflow

n8n community node to send WhatsApp messages via Chatflow API (text, audio, video, document, image)

Package Information

Released: 8/29/2025
Downloads: 7 weekly / 69 monthly
Latest Version: 0.2.14
Author: Chatflow

Documentation

n8n-nodes-chatflow

n8n community node to send WhatsApp messages via Chatflow API

Installation

npm install n8n-nodes-chatflow

Operations

  • Text: Send text messages
  • Audio: Send audio files via URL
  • Video: Send video files with optional caption
  • Document: Send documents with optional caption
  • Image: Send images with optional caption

Credentials

To use this node, you need to obtain an API token from Chatflow:

  1. Go to Settings → API Access
  2. Generate your API token
  3. Add the token to your n8n credentials

Parameters

  • Instance ID: Your WhatsApp instance identifier
  • JID: Recipient's WhatsApp JID (phone number with country code)
  • Continue On Fail: Continue workflow execution if request fails

Usage Example

  1. Add the Chatflow node to your workflow
  2. Configure your Chatflow API credentials
  3. Set the operation type (Text, Audio, Video, Document, Image)
  4. Provide the required parameters
  5. Connect to other nodes as needed

Support

For issues and questions, please visit Chatflow Support

Discussion