n8n-nodes-alive5
v1.0.18
Published
Send SMS messages via alive5
Readme

n8n-nodes-alive5
This is an n8n community node for sending SMS messages via the Alive5 API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
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.
Operations
- Send SMS
- Send SMS messages via Alive5 API
- Dynamically select a Channel with a valid phone number
- Dynamically select a User (Admin or Agent) from the selected Channel
Credentials
The node requires the following credentials:
- Alive5 API
- API Key: Your Alive5 API key
- API Base URL: The base URL for the Alive5 API (default: https://api.alive5.com/public/1.1)
- To obtain an Alive5 SMS account and API key, please contact us at [email protected], view our website at https://www.alive5.com, or book a demo at https://demo.alive5.com
Compatibility
This node has been tested with n8n version 1.0.0 and above.
Usage
Send SMS
This operation allows you to send SMS messages using the Alive5 API.
Parameters
- From phone Number
- The phone number to send the SMS from (e.g., +1234567890)
- To phone number
- The phone number to send the SMS to (e.g., +1234567890)
- Message
- The text message to send
- Channel
- Dynamically select a Channel with a valid phone number
- User
- Dynamically select a User (Admin or Agent) from the selected Channel
Example
{
"nodes": [
{
"parameters": {
"fromPhoneNumber": "+1234567890",
"toPhoneNumber": "+1234567890",
"message": "Hello from n8n!",
"channel": "Channel Name",
"agent": "Agent Name"
},
"name": "Send SMS",
"type": "n8n-nodes-alive5.SendSMS",
"typeVersion": 1,
"position": [300, 300]
}
],
"connections": {}
}- Add the Alive5 node to your workflow.
- Configure the Alive5 API credentials with your API key.
- Set the required parameters:
- From phone number: Your sender phone number.
- To phone number: Recipient's phone number.
- Message: Your SMS message.
- Channel: Select a Channel with a valid phone number.
- User: Select a User (Admin or Agent) from the selected Channel.
- Execute the workflow to send the SMS.
