Package Information
Released: 5/16/2025
Downloads: 814 weekly / 2,507 monthly
Latest Version: 1.0.4
Author: gonzalezzackary
Available Nodes
Documentation
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
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Send SMS
- Send SMS messages via alive5 API
- Dynamically select a channel with a valid phone number
- Dynamically select an agent (user) from the selected channel
Credentials
The node requires the following credentials:
- alive5 API
- API Key: Your alive5 API key
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., +18323034408)
- 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
- Agent
- Dynamically select an agent (user) from the selected channel
Example
- 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.
- Agent: Select an agent from the selected channel.
- Execute the workflow to send the SMS.
Resources
Version history
1.0.0
- Initial release
- Added Send SMS operation
- Added alive5 API credentials support
- Added dynamic channel and agent selection