Telefon- und SMS-🛠️ Twilio-Tool-MCP-Server

Fortgeschritten

Dies ist ein AI-Bereich Automatisierungsworkflow mit 6 Nodes. Hauptsächlich werden TwilioTool, McpTrigger und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. Telefon und SMS 🛠️ Twilio-Tool MCP-Server

Voraussetzungen
  • KI-Service API Key (z.B. OpenAI, Anthropic)

Verwendete Nodes (6)

Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {
    "instanceId": "cd59eaaeb7b34d06e24511380db94cdb7fbce6037cc4de22e539c5158ab9cdfc"
  },
  "nodes": [
    {
      "id": "4afc24ac-c8fe-46f3-8b43-d835416fd5c3",
      "name": "Workflow-Übersicht 0",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1460,
        -100
      ],
      "parameters": {
        "width": 420,
        "height": 800,
        "content": "## 🛠️ Twilio Tool MCP Server\n\n### 📋 Available Operations (2 total)\n\n**Call**: make\n**Sms**: send\n\n### ⚙️ Setup Instructions\n\n1. **Import Workflow**: Load this workflow into your n8n instance\n\n1. **🔑 Add Credentials**: Configure Twilio Tool authentication in one tool node then open and close all others.\n2. **🚀 Activate**: Enable this workflow to start your MCP server\n3. **🔗 Get URL**: Copy webhook URL from MCP trigger (right side)\n4. **🤖 Connect**: Use MCP URL in your AI agent configurations\n\n### ✨ Ready-to-Use Features\n\n• Zero configuration - all 2 operations pre-built\n• AI agents automatically populate parameters via `$fromAI()` expressions\n• Every resource and operation combination available\n• Native n8n error handling and response formatting\n• Modify parameter defaults in any tool node as needed\n\n### 💬 Need Help?\nCheck the [n8n documentation](https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolmcp/) or ping me on [discord](https://discord.me/cfomodz) for MCP integration guidance or customizations."
      },
      "typeVersion": 1
    },
    {
      "id": "810f5278-761a-4df8-a514-e6ddf03dcf9d",
      "name": "Twilio Werkzeug MCP Server",
      "type": "@n8n/n8n-nodes-langchain.mcpTrigger",
      "position": [
        -760,
        -80
      ],
      "webhookId": "45f82627-d1d3-4a79-b3a9-34dca1da6e9e",
      "parameters": {
        "path": "twilio-tool-mcp"
      },
      "typeVersion": 1
    },
    {
      "id": "0e1f592c-0143-4281-bddb-4e274f8de596",
      "name": "Make einen Anruf",
      "type": "n8n-nodes-base.twilioTool",
      "position": [
        -800,
        140
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "twiml": "={{ $fromAI('Twiml', ``, 'boolean') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "options": {},
        "resource": "call"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "367c5a60-13e3-426f-9bdf-6e848a53ecf5",
      "name": "Notizzettel 1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        120
      ],
      "parameters": {
        "color": 4,
        "width": 400,
        "content": "## Call"
      },
      "typeVersion": 1
    },
    {
      "id": "3de7d333-b6de-4f29-a226-27da412aaa65",
      "name": "SMS/MMS/WhatsApp-Nachricht senden",
      "type": "n8n-nodes-base.twilioTool",
      "position": [
        -800,
        380
      ],
      "parameters": {
        "to": "={{ $fromAI('To', ``, 'string') }}",
        "from": "={{ $fromAI('From', ``, 'string') }}",
        "message": "={{ $fromAI('Message', ``, 'string') }}",
        "options": {},
        "toWhatsapp": "={{ $fromAI('To_Whatsapp', ``, 'boolean') }}"
      },
      "credentials": {},
      "typeVersion": 1
    },
    {
      "id": "4b0dbf71-35e4-4024-ade9-a02b24f3d2c8",
      "name": "Notizzettel 2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1000,
        360
      ],
      "parameters": {
        "color": 5,
        "width": 400,
        "content": "## Sms"
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "0e1f592c-0143-4281-bddb-4e274f8de596": {
      "ai_tool": [
        [
          {
            "node": "Twilio Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "3de7d333-b6de-4f29-a226-27da412aaa65": {
      "ai_tool": [
        [
          {
            "node": "Twilio Tool MCP Server",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Künstliche Intelligenz

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes6
Kategorie1
Node-Typen3
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34