Package Information
Downloads: 0 weekly / 6 monthly
Latest Version: 0.1.0
Author: ASPE.ai
Available Nodes
Documentation
n8n-nodes-aspe-whatsapp
This is an n8n community node that lets you send WhatsApp templates through ASPE.ai API.
Features
- API Key Authentication: Secure authentication using your ASPE.ai API key
- Dynamic Bot Selection: Automatically loads available bots based on your API key
- Dynamic Template Selection: Loads templates specific to the selected bot
- Template Parameters: Support for dynamic template parameters
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
- Go to your ASPE.ai dashboard
- Generate an API key
- In n8n, create new credentials of type "SendWaTemplates API"
- Enter your API key
Usage
Setting up the Node
- Add the "Send Wa Templates" node to your workflow
- Select your credentials (SendWaTemplates API)
- Choose the bot from the dropdown (automatically populated from your API)
- Select the template from the dropdown (automatically populated based on selected bot)
- Enter the recipient's phone number (include country code, e.g., +1234567890)
- Add any template parameters if your template has placeholders
Template Parameters
If your WhatsApp template contains placeholders (like {{1}}, {{2}}, etc.), you can fill them using the "Template Parameters" section:
- Key: The parameter position (e.g., "1", "2", "3")
- Value: The actual value to replace the placeholder
API Endpoints
This node makes calls to the following ASPE.ai endpoints:
GET /api/bots- Fetches available botsGET /api/bots/{botId}/templates- Fetches templates for a specific botPOST /api/send-template- Sends the template message
Compatibility
- n8n version: >= 1.0.0
- Node.js: >= 20.15