n8n
Workflow
Send An Sms Using The Mocean Node
This n8n workflow sends tasks and integrates with various services. Send An Sms Using The Mocean Node - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow sends tasks and integrates with various services. Send An Sms Using The Mocean Node - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Sends notifications or updates
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
590,
260
],
"parameters": [],
"typeVersion": 1,
"id": "240939d6-7114-4977-9c5c-5b6082cb1443"
},
{
"name": "Mocean",
"type": "n8n-nodes-base.mocean",
"position": [
790,
260
],
"parameters": {
"to": "",
"from": "",
"message": ""
},
"credentials": {
"moceanApi": "mocean"
},
"typeVersion": 1,
"id": "e40eec29-eb0b-41b3-86a4-2c721ecb7376"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Mocean",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow