aspe-ai

n8n community node package for ASPE.ai operations automation

Package Information

Downloads: 0 weekly / 6 monthly
Latest Version: 0.1.0
Author: ASPE.ai

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

  1. Go to your ASPE.ai dashboard
  2. Generate an API key
  3. In n8n, create new credentials of type "SendWaTemplates API"
  4. Enter your API key

Usage

Setting up the Node

  1. Add the "Send Wa Templates" node to your workflow
  2. Select your credentials (SendWaTemplates API)
  3. Choose the bot from the dropdown (automatically populated from your API)
  4. Select the template from the dropdown (automatically populated based on selected bot)
  5. Enter the recipient's phone number (include country code, e.g., +1234567890)
  6. 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 bots
  • GET /api/bots/{botId}/templates - Fetches templates for a specific bot
  • POST /api/send-template - Sends the template message

Compatibility

  • n8n version: >= 1.0.0
  • Node.js: >= 20.15

Resources

Discussion