n8n-nodes-alive5 1.0.8 → 1.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -44,7 +44,7 @@ This operation allows you to send SMS messages using the alive5 API.
|
|
|
44
44
|
#### Parameters
|
|
45
45
|
|
|
46
46
|
- **From Phone Number**
|
|
47
|
-
- The phone number to send the SMS from (e.g., +
|
|
47
|
+
- The phone number to send the SMS from (e.g., +1234567890)
|
|
48
48
|
- **To phone number**
|
|
49
49
|
- The phone number to send the SMS to (e.g., +1234567890)
|
|
50
50
|
- **Message**
|
|
@@ -60,7 +60,7 @@ This operation allows you to send SMS messages using the alive5 API.
|
|
|
60
60
|
"nodes": [
|
|
61
61
|
{
|
|
62
62
|
"parameters": {
|
|
63
|
-
"fromPhoneNumber": "+
|
|
63
|
+
"fromPhoneNumber": "+1234567890",
|
|
64
64
|
"toPhoneNumber": "+1234567890",
|
|
65
65
|
"message": "Hello from n8n!",
|
|
66
66
|
"channel": "Channel Name",
|