Workflow: Error Twilio Send

Workflow Details

Download Workflow
{
    "id": "56",
    "name": "Send an SMS when a workflow fails",
    "nodes": [
        {
            "name": "Error Trigger",
            "type": "n8n-nodes-base.errorTrigger",
            "position": [
                550,
                260
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Twilio",
            "type": "n8n-nodes-base.twilio",
            "position": [
                750,
                260
            ],
            "parameters": {
                "to": "",
                "from": "",
                "message": "=Your workflow with ID: {{$node[\"Error Trigger\"].json[\"workflow\"][\"id\"]}} and name: {{$node[\"Error Trigger\"].json[\"workflow\"][\"name\"]}} failed to execute."
            },
            "credentials": {
                "twilioApi": "twilio-credentials"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "Error Trigger": {
            "main": [
                [
                    {
                        "node": "Twilio",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Wait Splitout Create Scheduled
View
GitHub Cron Create Scheduled
View
Manual Readbinaryfiles Automate Triggered
View
N_01_Simple_Lead_Tracker_Automation_v4
View
Post a message to a channel in RocketChat
View
Build a Phone Agent to qualify outbound leads and inbound calls with RetellAI -vide
View
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
View
LINE Assistant with Google Calendar and Gmail Integration
View
Automate Etsy Data Mining with Bright Data Scrape & Google Gemini
View
Manual Send Triggered
View