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
Follow the installation guide in the n8n community nodes documentation.
-
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
The node requires the following credentials:
-
Alive5 API
- API Key: Your Alive5 API key
- To obtain an Alive5 SMS account and API key, please contact us at support@alive5.com, view our website at https://www.alive5.com, or book a demo at https://demo.alive5.com
This node has been tested with n8n version 1.0.0 and above.
This operation allows you to send SMS messages using the Alive5 API.
-
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
{
"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.