by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by amudhan
Companion workflow for Execute Workflow node docs
by jason
This is a proof of concept workflow showing how you would connect n8n to a Bubble data collection.
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by Harshil Agrawal
No description available
by System Admin
Tagged with: , , , ,
by Ahmed Saadawi
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: n8n-nodes-vtiger-crm 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 Open your Evolution API dashboard Go to Events β Webhook Enable Webhook Set the Webhook URL to your n8n webhook path: https://your-n8n-domain/webhook/whatsAppListen Enable only the event: β MESSAGES_UPSERT 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 > Full view of the automation steps in n8n π¬ WhatsApp Message Capture > A sample inbound message sent to your WhatsApp number π οΈ Setup Instructions 1. Vtiger CRM Setup Ensure the Leads module has phone fields (phone or mobile) Create a custom module WhatsAppLog (if not already present) Connect your Vtiger CRM API credentials to n8n 2. Webhook Setup Follow the Webhook Configuration steps above for Evolution API Make sure your n8n instance is publicly accessible 3. Workflow Customization Update field mapping inside the Set and Log nodes Adjust the assigned_user_id or custom fields as needed π₯ Who Is This For? CRM admins managing WhatsApp communication Sales teams tracking lead interactions in Vtiger Support teams logging WhatsApp tickets Businesses using Evolution API to receive WhatsApp messages π 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
by Syamsul Bahri
This workflow integrates HetrixTools with WhatsApp via the GOWA API to automate notifications about server monitoring events. It distinguishes between Uptime Monitoring and Resource Usage Monitoring events, formats the message accordingly, and sends it to a WhatsApp number using the GOWA WhatsApp REST API. It's especially useful for DevOps, sysadmins, or teams who need real-time server alerts delivered via WhatsApp. βοΈ Setup Instructions Set up HetrixTools: Create a HetrixTools account at https://hetrixtools.com/register Create your Uptime Monitors and/or enable Resource Usage Monitoring for your servers. Go to your HetrixTools contact settings and add the n8n Webhook URL provided by the workflow. Make sure to select this contact in your monitorβs alert settings. Configure n8n Webhook: Set the Webhook node to HTTP method: POST Ensure it is accessible via a public URL (you can use n8n Cloud, reverse proxy, or tunnel like ngrok for testing). Customize WhatsApp Message: The workflow includes a conditional branch to check whether the event is a Resource Usage alert or an Uptime alert. Each branch contains editable text nodes for customizing the WhatsApp message content. Set up GOWA WhatsApp API: Make sure your GOWA instance is running and accessible. Create necessary credentials (API key, base URL, etc.). In n8n, add the credentials and fill in the sendChatPresence and sendText nodes accordingly. Deploy the Workflow: Save and activate the workflow. Trigger a test alert from HetrixTools to verify if messages are received on WhatsApp. π§± Prerequisites An active HetrixTools account with Uptime Monitors or Resource Usage Monitoring enabled. A publicly accessible instance of n8n with Webhook node enabled. Access to a running and configured GOWA (WhatsApp REST API) server. Required credentials configured in n8n for GOWA (API key, URL, phone number, etc.).