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-fzap

v0.2.0

Published

n8n nodes for FZAP WhatsApp API

Downloads

377

Readme

n8n-nodes-fzap

This is an n8n community node that integrates with FZAP WhatsApp API in your n8n workflows.

FZAP is a WhatsApp API service that allows you to send and receive messages, manage groups, handle media files, and more through a simple REST API.

n8n is a fair-code licensed workflow automation platform.

Installation

Follow the installation guide in the n8n community nodes documentation.

Local Testing

Run n8n with this package mounted as a custom extension:

npm run build
docker compose up -d   # n8n on http://localhost:5678

The node appears in the palette as FZAP. Rebuild and docker compose restart n8n to pick up changes.

Operations

Chat

  • Send text, image, audio, document, video, sticker messages
  • Send buttons, lists, templates, contacts, locations, polls
  • Reply to buttons and list messages
  • Download media (image, audio, document, video)
  • Edit, delete, forward, star and pin messages
  • React to messages
  • Archive, mute, pin chats; mark read or unread
  • Set chat presence (typing, recording, etc.)
  • Browse stored history: conversations, messages, search, export to CSV
  • Manage local labels and native WhatsApp labels, on chats and messages
  • Manage sticker library and Cloud API templates

Session

  • Connect/disconnect WhatsApp
  • Get QR code for authentication
  • Pair phone number
  • Get connection status
  • Configure call rejection
  • Configure S3 storage
  • Configure proxy

Group

  • Create groups
  • Get group info and invite links
  • Add/remove/promote/demote participants
  • Set group name, photo, topic
  • Configure group settings (announce, locked, ephemeral)
  • Require admin approval to join; list and approve/reject pending requests

Community

  • Create and update communities (personal WhatsApp accounts only)
  • List communities, subgroups and linked participants
  • Link/unlink groups to a community
  • Leave a community

User

  • Check if numbers are on WhatsApp
  • Get user info and avatar
  • Get/set privacy settings
  • Set profile name, status and avatar
  • Manage contacts; block and unblock
  • Resolve LID mappings

Webhook (Trigger)

  • Receive real-time events from WhatsApp
  • Message received/sent/updated
  • Connection status changes
  • Group events
  • Call events
  • And more...

Newsletter (Channels)

  • Create, update, delete and mute channels
  • Follow/unfollow, react to published messages
  • Publish text, image, video, document, audio and stickers
  • Read published messages with their view and reaction counts

Paid Traffic

  • Leads: list, export, get, enrich, journey and conversion history
  • Contacts deduplicated across leads
  • Configurable funnel stages
  • Redirect tracking campaigns and click events
  • Meta Conversions API: send conversions and test the connection

Integrations

  • Chatwoot integration
  • Status/Stories
  • Folder-scoped instance management

Credentials

To use this node, you need a running FZAP instance and a credential in n8n with:

  • Base URL: your FZAP API URL (e.g. https://api.yourfzap.com)
  • Authentication: Instance Token or Admin Token
  • Token: the instance token, when authenticating as an instance
  • Admin Token: the admin token, when authenticating as admin

With Admin Token, each node also asks which instance to act on, and the Access Mode field on the node must match the credential type.

Compatibility

  • Tested with n8n 1.x and 2.x
  • Requires FZAP API

Some operations depend on the instance type. Chat history, labels and conversations are served only by whatsmeow (QR code) instances; a Cloud API instance answers those with 501.

Resources

Author

Daniel Carbonell (flouds.com.br)