We’re excited to announce that CrunchzApp is now officially available on n8n — the powerful open-source workflow automation tool. This new integration opens the door to building smart, scalable WhatsApp automation workflows without writing any code.
Why Integrate CrunchzApp with n8n?
n8n (short for “nodemation”) allows users to connect hundreds of apps together using visual workflows. Now, with CrunchzApp’s official node package, you can trigger WhatsApp messages, send auto-replies, broadcast updates, and more—all within your n8n flows.
Whether you’re running a small business, a SaaS product, or an e-commerce store, this integration lets you save time, engage your customers instantly, and scale your operations with ease.
Who Is This For?
If you’re already using CrunchzApp to manage WhatsApp messaging, this n8n integration is a game-changer.
- Marketers can automate customer follow-ups and promotions.
- Sales teams can trigger reminders or outreach messages from CRMs.
- Support teams can build automated responder flows for common queries.
- Developers can create robust no-code workflows using webhooks and APIs.
🔧 How to Install CrunchzApp in n8n
Follow these steps to install and start using CrunchzApp nodes inside your n8n environment:
✅ For Self-hosted n8n Users
- Navigate to your n8n project directory.
- Install the CrunchzApp nodes package using npm:
npm install n8n-nodes-for-crunchzapp
- Rebuild n8n (if necessary): Depending on your setup (e.g., Docker or PM2), you might need to restart or rebuild your n8n instance for the new nodes to appear.
- Open your n8n editor and search for “CrunchzApp” in the node list.
- Configure your CrunchzApp credentials:
- Add your API token (global or single-channel)
- Set up your contact ID or channel as needed
✅ For n8n Desktop App (local install)
If you’re using the n8n desktop app (Mac/Windows/Linux):
- Open your terminal and locate the installed app directory.
- Run:
npm install n8n-nodes-for-crunchzapp
- Restart the n8n app, and the CrunchzApp node will appear.
Example Use Case
Use Case: Order Confirmation via WhatsApp
- Customer places an order on your Shopify store
- Shopify triggers a webhook in n8n
- n8n sends order details to CrunchzApp
- CrunchzApp sends a WhatsApp message with the order confirmation and delivery estimate
All of this happens in seconds, automatically.