Back to Nodes

360Messenger WhatsApp

Last updated May 28, 2026

n8n community nodes for 360Messenger WhatsApp messaging, polling, and webhooks

135 Weekly Downloads
135 Monthly Downloads

Included Nodes

360Messenger WhatsApp
360Messenger WhatsApp Polling
360Messenger WhatsApp Trigger

Description

n8n-nodes-360messenger

This is an n8n community node package. It lets you use the 360Messenger WhatsApp API in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Triggers
Credentials
Compatibility
Resources

Keywords: n8n-community-node-package

Installation

Follow the installation guide in the n8n community nodes documentation.

npm install @gabreillason/n8n-nodes-360messenger

Operations

Message Resource

  • Send a WhatsApp Message: Send WhatsApp messages to individual contacts
  • – Support for text messages
    – Support for media URLs

  • Send a Message to a WhatsApp Group: Send WhatsApp messages to groups
  • – Support for text messages
    – Support for media URLs

    Phone Number Resource

  • Check a Phone Number for WhatsApp Account: Verify if a phone number is registered on WhatsApp
  • Group Resource

  • List WhatsApp Groups: Get a list of WhatsApp groups where your connected number is a participant
  • Advanced Request Resource

  • Send Advanced Request: Perform an arbitrary authorized request to 360Messenger API endpoints
  • Triggers

  • 360Messenger WhatsApp Trigger: Listen for incoming WhatsApp messages through webhook events
  • – Supports private/group/all message filtering
    – Supports optional sender phone filter
    – Supports automatic webhook registration
    – Supports manual webhook URL override for public endpoint setups

  • 360Messenger WhatsApp Polling: Poll incoming WhatsApp messages when webhook delivery is not available
  • – Supports private/group/all message filtering
    – Supports optional sender phone filter

    Credentials

    You need a 360Messenger API key to use these nodes.

    1. Open your 360Messenger dashboard.
    2. Go to Service Managment.
    3. Copy your API key.
    4. Use this key in the 360Messenger API credential in n8n.

    Compatibility

  • Requires n8n version 1.0.0 or later
  • Resources

  • n8n community nodes documentation
  • 360Messenger API documentation