Package Information
Available Nodes
Documentation
🟢 AiSensy for n8n
Official AiSensy Integration
This is the official n8n node for AiSensy, the complete WhatsApp Marketing platform based on the Official WhatsApp Business API.
Use this node to automate sending WhatsApp campaign messages, notifications, and fetching campaign details directly within your n8n workflows.
✨ Features
- Send WhatsApp Campaigns: Trigger template messages programmatically via the AiSensy API.
- Dynamic Parameters: Support for variable template parameters (e.g.,
{{1}},{{name}}). - Fetch Metadata: specific campaign details and template metadata.
🚀 Installation
Option 1: Via n8n Interface (Recommended)
- Open your n8n instance.
- Go to Settings > Community Nodes.
- Select Install.
- Enter the package name:
@aisensy/n8n-nodes-aisensy
Option 2: Via CLI
If you are running n8n via npm or Docker, you can install it in your n8n root directory (usually ~/.n8n):
npm install @aisensy/n8n-nodes-aisensy
Note: Restart n8n after installation.
🔑 Credentials Setup
To use this node, you need an API Key from your AiSensy dashboard.
- Log in to AiSensy.
- Navigate to Manage > API Key in your project settings.
- Copy the API Key.
- In n8n, create a new credential of type AiSensy API.
- Paste your key and click Save.
🛠️ Usage
Add the AiSensy node to your workflow and select one of the following operations:
1. Send Message
Send a WhatsApp template message to a user.
- Campaign Name: The exact name of the campaign created in AiSensy.
- Destination: The recipient's phone number (with country code, e.g.,
919876543210). - Template Parameters: Add one entry for each variable in your template (e.g., Value 1 for
{{1}}). - Optional Fields:
- User Name: Name of the user for dashboard tracking.
- Source: Defaults to
n8n. - Attributes: JSON object for custom user attributes.
2. Get Campaign Details
Retrieve metadata about a specific campaign.
- Campaign Name: The name of the campaign to fetch.
- Output: Returns template status, formatted parameters, and campaign ID.
💻 Local Development
If you want to modify or contribute to this node:
Clone & Install:
git clone https://github.com/techyaisensy/n8n-nodes-aisensy.git npm installBuild & Link:
npm run build npm linkLink to n8n:
cd /path/to/your/n8n/installation npm link n8n-nodes-aisensyWatch Mode:
npm run dev
📄 License
MIT
🏷️ Keywords
AiSensy • n8n • WhatsApp • WhatsApp Business • Marketing • Automation • Workflow • Broadcast • Low-code
