8
n8n 中文网amn8n.com

通过 Textbelt API 发送短信

初级

这是一个Personal Productivity领域的自动化工作流,包含 4 个节点。主要使用 Set, HttpRequest, ManualTrigger 等节点。 集成 Textbelt API 的简单短信发送系统

前置要求
  • 可能需要目标 API 的认证凭证
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "ZERshfQgsDcG6A5Y",
  "meta": {
    "instanceId": "546be790303d737c735a8648874bae91a6b66b48cd2b10cbe4cbfb78039ceb03"
  },
  "name": "通过 Textbelt API 发送短信",
  "tags": [],
  "nodes": [
    {
      "id": "432b4b52-1bc6-4c76-ab3d-6a3ba0784ad1",
      "name": "当点击\"执行工作流\"时",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -120,
        0
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "31115888-67ae-4e9a-8e9a-f361890ed424",
      "name": "HTTP 请求",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        220,
        0
      ],
      "parameters": {
        "url": "https://textbelt.com/tex",
        "method": "POST",
        "options": {},
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "phone",
              "value": "={{ $json.phone }}"
            },
            {
              "name": "message",
              "value": "={{ $json.message }}"
            },
            {
              "name": "key",
              "value": "={{ $json.key }}"
            }
          ]
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "aebe1619-6d09-403f-ac18-384c346a8f05",
      "name": "设置数据",
      "type": "n8n-nodes-base.set",
      "position": [
        40,
        0
      ],
      "parameters": {
        "options": {},
        "assignments": {
          "assignments": [
            {
              "id": "48cde18b-b851-4c35-b238-dc86161f46c7",
              "name": "phone",
              "type": "string",
              "value": ""
            },
            {
              "id": "0927a63f-8876-4522-b80d-6861615e5c71",
              "name": "message",
              "type": "string",
              "value": ""
            },
            {
              "id": "d3b1b23f-8f3b-46c4-87f8-78ee6c3b09c5",
              "name": "key",
              "type": "string",
              "value": ""
            }
          ]
        }
      },
      "typeVersion": 3.4
    },
    {
      "id": "fe4c2c16-74ce-4b79-9263-eace958cc8c5",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -240
      ],
      "parameters": {
        "width": 840,
        "height": 420,
        "content": "## 通过 Textbelt API 发送短信"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "cc5e0f86-a6ca-4a53-8ad1-16ee4c0e0a7e",
  "connections": {
    "Set Data": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        []
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Set Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。

这个工作流适合什么场景?

初级 - 个人效率

需要付费吗?

本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。

工作流信息
难度等级
初级
节点数量4
分类1
节点类型4
难度说明

适合 n8n 新手,包含 1-5 个节点的简单工作流

外部链接
在 n8n.io 查看

分享此工作流