npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-watzap

v1.1.88

Published

WatZap nodes for n8n (send messages via WatZap API)

Readme

n8n-nodes-watzap

npm version npm downloads

Community node untuk integrasi WatZap API di n8n. Mendukung pengiriman pesan WhatsApp dan menerima webhook secara langsung.

🚀 Fitur

WatZap Node Actions (Send Messages)

  • WatZap Node Actions - Node group dengan 4 sub-operations:
    • Send Text Message - Kirim pesan teks
    • Send Image Message - Kirim gambar dengan caption
    • Send File Message - Kirim file via URL
    • Send Voice Notes - Kirim voice note (format OGG)
  • Dynamic parameters - Parameter yang ditampilkan sesuai operation
  • Single node - Semua operation dalam satu node group
  • Error handling - Response error yang konsisten

WatZap Trigger Node (Receive Webhooks)

  • Built-in webhook - tidak perlu webhook node terpisah
  • Smart filtering - filter berdasarkan message type dan status
  • Authentication - API key validation
  • Data normalization - format data WatZap otomatis
  • Custom responses - konfigurasi response webhook

WatZap Node (Legacy)

  • ✅ Kirim Text Messages
  • ✅ Kirim Image via URL
  • ✅ Kirim Document via URL
  • Mark as Read messages
  • Health Check endpoint
  • ✅ Konfigurasi endpoint path yang fleksibel

📦 Installation

Via n8n Community Nodes (Recommended)

  1. Go to SettingsCommunity Nodes
  2. Click Install a community node
  3. Enter: n8n-nodes-watzap
  4. Click Install
  5. Restart n8n to ensure new nodes are detected

Manual Installation

# For Docker n8n
docker exec -it n8n_container npm install n8n-nodes-watzap
docker restart n8n_container

# For local n8n
cd ~/.n8n/custom
npm install n8n-nodes-watzap
# Restart n8n

⚠️ Important Notes

  • Restart n8n after installation to detect new nodes
  • Package version 1.1.58+ includes all 5 nodes
  • If nodes don't appear, try reinstalling the package

🔧 Setup

1. WatZap API Credentials

Buat credentials baru di n8n:

  • Name: WatZap API
  • Base URL: Your WatZap API endpoint
  • API Key: Dari Integrations → API Key & Apps
  • Number Key: Dari WhatsApp → API tab

2. WatZap Trigger API Credentials (Optional)

Untuk webhook authentication:

  • Name: WatZap Trigger API
  • API Key: Secret key untuk validasi webhook

🎯 Quick Start

WatZap Node Actions Example

1. Add "WatZap Node Actions" node to workflow
2. Select credentials
3. Choose operation:
   - Send Text Message
   - Send Image Message
   - Send File Message
   - Send Voice Notes
4. Configure parameters sesuai operation yang dipilih

Webhook Trigger Example

1. Add WatZap Trigger node
2. Configure:
   - Authentication: API Key
   - Filter Message Types: ["text", "image"]
3. Set webhook URL di WatZap dashboard:
   https://your-n8n.com/webhook/watzap

📚 Documentation

🔗 Links

📄 License

MIT License - see LICENSE file for details.

🤝 Contributing

Contributions welcome! Please feel free to submit a Pull Request.


Version: 1.1.2 | Compatibility: n8n v1.0.0+