๐Ÿค WhatsApp message auto-logger for Vtiger CRM with lead relation

โšก 390 views ยท ๐Ÿค CRM & Sales Operations

Description

Auto-Log WhatsApp Inbound Messages to Vtiger CRM Leads (with WhatsAppLog)


Description

๐Ÿ”ฅ A Game-Changer for CRM Logging! Automatically Log WhatsApp Inbound Messages to Vtiger and Link to Leads ๐Ÿ’ฌโšก โš ๏ธ This Workflow Requires Community Nodes & a Self-Hosted n8n Instance

> This template uses a custom community node: > * n8n-nodes-vtiger-crm > โœ… No need for an Evolution API node โ€” webhook is used instead.


๐Ÿ”ง How to Install Community Nodes

Go to Settings โ†’ Community Nodes Click Install Node Add this:

Restart n8n if prompted.


๐Ÿ’ฌ Automatically Log WhatsApp Inbound Messages in Vtiger CRM

Overview

This workflow listens for inbound WhatsApp messages via Evolution API Webhook, filters out outbound and group messages, and logs the message in the custom WhatsAppLog module in Vtiger. If the sender is not in CRM, it creates a new lead and links the message.


๐Ÿ”„ What This Workflow Does

๐Ÿ“ฉ Listens to WhatsApp inbound messages via webhook ๐Ÿšซ Filters out group and outbound messages ๐Ÿ” Looks up existing lead by phone ๐Ÿ†• Creates a new lead if not found ๐Ÿงพ Logs the message in the WhatsAppLog module ๐Ÿ”— Relates message to corresponding lead


๐Ÿ”— Evolution API Webhook Configuration

  1. Open your Evolution API dashboard
  2. Go to Events โ†’ Webhook
  3. Enable Webhook
  4. Set the Webhook URL to your n8n webhook path: https://your-n8n-domain/webhook/whatsAppListen
  5. Enable only the event: โœ… MESSAGES_UPSERT
  6. Disable all other events to avoid unnecessary triggers

This ensures only inbound WhatsApp messages are pushed to n8n.

> No need to use the Evolution API node in n8n. All communication is triggered via webhook.


๐Ÿ“ธ Visual Preview

๐Ÿงฉ Workflow Canvas

workflowwhatsappLog.jpeg

> Full view of the automation steps in n8n

๐Ÿ’ฌ WhatsApp Message Capture

wascreenshot.jpeg

crmscreenshot.jpeg

> A sample inbound message sent to your WhatsApp number


๐Ÿ› ๏ธ Setup Instructions

1. Vtiger CRM Setup

2. Webhook Setup

3. Workflow Customization


๐Ÿ‘ฅ Who Is This For?


๐Ÿ” Credentials Required

โœ… Vtiger CRM API โŒ No Evolution API credentials needed inside workflow (webhook-only)


๐Ÿท Tags

vtiger, whatsapp, crm automation, inbound message logging, evolution api, whatsapp crm integration, n8n template, community nodes, lead management, self-hosted n8n, customer communication, no-code crm, webhook

๐Ÿ”— Nodes Used

Webhook

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup