alive

Package Information

Released: 5/14/2025
Downloads: 1,096 weekly / 1,096 monthly
Latest Version: 1.0.27
Author: gonzalezzackary

Documentation

Banner image

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

  1. Add the Alive5 node to your workflow.
  2. Configure the Alive5 API credentials with your API key.
  3. 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.
  4. 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

License

MIT

Discussion