n8n-nodes-alive5

1.0.15 • Public • Published

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

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 a User (Admin or Agent) from the selected Channel

Credentials

The node requires the following credentials:

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": {}
}
  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.
    • User: Select a User (Admin or Agent) from the selected Channel.
  4. Execute the workflow to send the SMS.

Resources

License

MIT

Package Sidebar

Install

npm i n8n-nodes-alive5

Weekly Downloads

862

Version

1.0.15

License

MIT

Unpacked Size

686 kB

Total Files

15

Last publish

Collaborators

  • assadvirgo
  • gonzalezzackary
  • alive5.dustin