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

Code Respondtowebhook Send Webhook
View
Datetime Functionitem Create Webhook
View
Manual Redis Automate Triggered
View
Gotowebinar Automate
View
CoinMarketCap_Exchange_and_Community_Agent_Tool
View
Limit Code Create Webhook
View
HTTP Stickynote Create Webhook
View
Dynamically switch between LLMs Template
View
rss-telegram
View
Code Schedule Automate Scheduled
View