Package Information
Released: 7/17/2025
Downloads: 17 weekly / 52 monthly
Latest Version: 1.0.10
Author: raia
Available Nodes
Documentation

📡 n8n-nodes-raia
Custom n8n Node to interact with the Raia platform for managing AI-powered and human-led conversations via SMS, Email, or Voice.
🚀 Features
This node allows you to:
- Start new conversations (SMS, Email)
- Chat or prompt an agent
- Use Raia's platform in a single, unified node
🔧 Node Actions
| Action | Description |
|---|---|
| Start SMS Conversation | Initiate a conversation via SMS |
| Start Email Conversation | Initiate a conversation via Email |
| Prompt an Agent | Send a prompt to an agent |
🧩 Node Parameters
Common Parameters (used in most actions)
- First Name
- Last Name
- Context (e.g., "Support")
- Source (e.g., "crm")
- fkId
- fkUserId
Channel-Specific Parameters
SMS
- Phone Number
- SMS Introduction (for SMS)
- Email Address
- Email Subject
- Email Introduction
- Include Signature in Email (boolean)
Prompt Agent
- Prompt
{
"conversationId": "string",
"messageId": "string",
"userId": "string",
"message": "string",
"timestamp": "ISODate"
}
Installation
Follow these steps to install this community node in your n8n instance:
- Open n8n.
- Go to Settings > Community Nodes.
- Click Install Community Node.
- Enter the name of this package:
n8n-nodes-raia - Click Install.
For more details, see the official n8n documentation.