n8n Workflow

Send An Sms To A Number Whenever You Go Out

This n8n workflow sends tasks and integrates with various services. Send An Sms To A Number Whenever You Go Out - 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 To A Number Whenever You Go Out - 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": "Pushcut Trigger",
            "type": "n8n-nodes-base.pushcutTrigger",
            "position": [
                470,
                300
            ],
            "webhookId": "",
            "parameters": {
                "actionName": "Leaving Home"
            },
            "credentials": {
                "pushcutApi": "Pushcut Credentials"
            },
            "typeVersion": 1,
            "id": "d9c8f394-9a11-46c0-be70-6dcce0a94ac7"
        },
        {
            "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,
            "id": "6e5e70e7-5515-4b94-acf6-f5e72dcd7a7b"
        }
    ],
    "connections": {
        "Pushcut Trigger": {
            "main": [
                [
                    {
                        "node": "Twilio",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows