Communication & Messaging
Send an SMS to a number whenever you go out
Send an SMS to a number whenever you go out
Manual
Low
2
Nodes
Manual
Trigger
Low
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
2
Node Types
0
Workflow JSON
1.01 KB
{
"id": "92",
"name": "Send an SMS to a number whenever you go out",
"nodes": [
{
"name": "Pushcut Trigger",
"type": "n8n-nodes-base.pushcutTrigger",
"position": [
470,
300
],
"webhookId": "",
"parameters": {
"actionName": "Leaving Home"
},
"credentials": {
"pushcutApi": "Pushcut Credentials"
},
"typeVersion": 1
},
{
"name": "Twilio",
"type": "n8n-nodes-base.twilio",
"position": [
670,
300
],
"parameters": {
"to": "123",
"from": "123",
"message": "=I'm {{$node[\"Pushcut Trigger\"].json[\"input\"]}}"
},
"credentials": {
"twilioApi": "twilio"
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Pushcut Trigger": {
"main": [
[
{
"node": "Twilio",
"type": "main",
"index": 0
...Showing first 1000 characters. Click "Expand" to view the full JSON.