@orcanet24/n8n-nodes-wasender

1.3.0 • Public • Published

n8n-nodes-wasender

This is a n8n community node for sending WhatsApp messages using the WhatsApp API.

n8n is a fair-code licensed workflow automation platform.

Features

  • Send text messages via WhatsApp
  • Send files with messages
  • Use message templates with variables

Installation

Follow these steps to install this custom node:

  1. Go to your n8n installation directory
  2. Run npm install n8n-nodes-wasender
  3. Start n8n

Credentials

You need to configure your WhatsApp API credentials:

  1. App Key: Your application key from the WhatsApp API
  2. Auth Key: Your authentication key from the WhatsApp API

Usage

This node supports three operations:

1. Send Text Message

  • To: WhatsApp number with country code
  • Message: Text message to send (max 1000 words)

2. Send File with Message

  • To: WhatsApp number with country code
  • Message: Text message to send
  • File URL: URL of the file to send (supported formats: jpg, jpeg, png, webp, pdf, docx, xlsx, csv, txt)

3. Send Template

  • To: WhatsApp number with country code
  • Template ID: ID of the template to use
  • Template Variables: Key-value pairs for template variables

Example Usage

  1. Send a simple text message:

    • Operation: Send Text Message
    • To: +1234567890
    • Message: Hello from n8n!
  2. Send a file with message:

  3. Send a template message:

    • Operation: Send Template
    • To: +1234567890
    • Template ID: welcome_template
    • Variables:
      • name: John
      • company: Acme Inc

Package Sidebar

Install

npm i @orcanet24/n8n-nodes-wasender

Weekly Downloads

2

Version

1.3.0

License

MIT

Unpacked Size

16.2 kB

Total Files

7

Last publish

Collaborators

  • orcanet24