Home N8N
📚

N8N

Learn what n8n is and how it helps automate workflows. Discover how 360Messenger can be integrated with n8n to automate WhatsApp messaging and business processes.
360messenger
By 360messenger
• 5 articles

Understanding the 360Messenger Node Modes in n8n

Understanding the 360Messenger Node Modes in n8n Before using the 360Messenger node in n8n, it is important to understand the two available operating modes. Each mode is designed for different automation requirements and use cases. Webhook Mode Webhook Mode provides real-time message delivery from 360Messenger to n8n. When a new message is received, the workflow is triggered instantly without any delay. Key Features - Real-time message processing. - Immediate workflow execution. - Ideal for customer support, chatbots, and instant notifications. - No polling or periodic checks required. Limitations A webhook can only be connected to a single workflow. This means the same 360Messenger webhook cannot be used simultaneously in multiple workflows. Recommended Use Cases - Customer support automation. - AI chatbot integrations. - Real-time notifications. - Live message processing. Polling Mode Polling Mode works by periodically checking the 360Messenger service for new messages and events. Instead of receiving messages instantly, n8n sends requests to 360Messenger at regular intervals to retrieve new data. Key Features - Can be used in multiple workflows. - Supports unlimited workflow integrations. - Flexible for complex automation scenarios. Limitations Because data is retrieved through periodic requests, messages are not received instantly. Depending on the workflow schedule, there may be up to a one-minute delay before new messages are processed. Recommended Use Cases - CRM integrations. - Data synchronization workflows. - Reporting and analytics. - Multi-workflow automation projects. Which Mode Should You Choose? Choose Webhook Mode when real-time message processing is important and you only need a single workflow. Choose Polling Mode when you need to use 360Messenger across multiple workflows and can accept a short delay in message processing. Selecting the appropriate mode helps ensure the best performance and reliability for your automation workflows.

Last updated on Jun 23, 2026

How to Use the 360Messenger Node in Polling Mode in n8n

How to Use the 360Messenger Node in Polling Mode in n8n Polling Mode allows n8n to periodically check 360Messenger for new messages and events. Unlike Webhook Mode, incoming messages are not delivered instantly. Instead, n8n retrieves new data at scheduled intervals. This mode is ideal when you need to use 360Messenger across multiple workflows. What Is Polling Mode? In Polling Mode, the 360Messenger node works by making API requests to check for new messages and events. When new data is available, the workflow is triggered automatically and the message information becomes available to the rest of your workflow. Why Use Polling Mode? Polling Mode offers greater flexibility when building automation workflows. Benefits - Use the same 360Messenger account in multiple workflows. - No webhook configuration required. - Easier to manage complex automation projects. - Suitable for CRM, reporting, and data synchronization workflows. Considerations Because the node checks for updates periodically, new messages may take up to one minute to appear in your workflow. Step 1: Create a New Workflow In n8n: 1. Create a new workflow. 2. Add the 360Messenger Whatsapp Polling node. 3. Select Add to workflow. Step 2: Configure Your Credentials Connect your 360Messenger account using your existing credentials. If you have not created credentials yet, enter your API key and save the connection. Step 3: Configure the Polling Interval Set the interval at which n8n should check for new messages. The node will automatically request new data from 360Messenger based on the configured schedule. Step 4: Build Your Workflow After receiving new messages, you can: - Send automated responses. - Create CRM records. - Update spreadsheets. - Trigger notifications. - Process customer requests automatically. Step 5: Activate the Workflow Save and activate your workflow. Once activated, n8n will continuously check 360Messenger for new messages and execute the workflow whenever new data is detected. When Should You Use Polling Mode? Polling Mode is recommended when: - You need multiple workflows to use the same WhatsApp account. - Real-time message processing is not required. - You are building reporting or data synchronization workflows. - You need greater flexibility across different automation scenarios. If instant message processing is required, Webhook Mode may be a better option. However, for multi-workflow automation, Polling Mode provides the most flexible solution.

Last updated on Jun 23, 2026

How to Use the 360Messenger Node in Webhook Mode in n8n

How to Use the 360Messenger Node in Webhook Mode in n8n Webhook Mode is the recommended option when you need to receive WhatsApp messages in real time. In this mode, every incoming message is sent directly from 360Messenger to n8n and immediately triggers your workflow. What Is Webhook Mode? Webhook Mode creates a direct connection between 360Messenger and a single n8n workflow. Whenever a new WhatsApp message is received, the workflow starts instantly without waiting for scheduled checks or polling requests. Real-time webhooks are commonly used to trigger workflows immediately when an event occurs. Important Limitation A webhook connection can only be assigned to one workflow at a time. If you need to process incoming messages in multiple workflows, consider using Polling Mode instead. Step 1: Create a New Workflow In n8n: 1. Create a new workflow. 2. Add the 360Messenger Whatsapp node. 3. Select On New 360messenger Whatsapp event as the trigger type. Step 2: Configure Your Credentials Connect your 360Messenger account by selecting or creating your credentials. Make sure your API credentials are valid and active. Step 3: Activate the Workflow Save and activate the workflow. Once the workflow is active, n8n will generate a webhook endpoint that can receive incoming events. n8n uses webhook URLs to trigger workflows automatically when external services send data. Step 4: Receive Messages in Real Time After activation, every incoming WhatsApp message received by your connected 360Messenger number will trigger the workflow immediately. To receive messages and test the node, you can activate the node by pressing the key Execute step. Upon receiving the first message, the result will be displayed to you immediately. Troubleshooting If messages are not triggering the workflow: - Verify that the workflow is active. - Check that Webhook Mode is selected. - Confirm that your 360Messenger connection is active. - Make sure the workflow is not already connected to another webhook configuration. Webhook Mode provides the fastest and most responsive way to process WhatsApp messages in n8n, making it the preferred option for real-time automation workflows.

Last updated on Jun 23, 2026