AppDaemon Webhook

初级

这是一个Personal Productivity领域的自动化工作流,包含 4 个节点。主要使用 Webhook 等节点。 使用 AppDaemon Webhooks 触发 Home Assistant 事件

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)

使用的节点 (4 个)

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "RJ4nSdsxI4FQiDI4",
  "meta": {
    "instanceId": "e7281588c6a5bfbbf1af86f0946485a3d9e2154b9b2973c88d730fb17289a5df",
    "templateCredsSetupCompleted": true
  },
  "name": "AppDaemon Webhook",
  "tags": [],
  "nodes": [
    {
      "id": "2c448b0c-acba-415b-854e-6413e0070d51",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -784,
        -48
      ],
      "parameters": {
        "width": 1024,
        "height": 1664,
        "content": "## 使用 AppDaemon 从 Home Assistant 触发 N8N"
      },
      "typeVersion": 1
    },
    {
      "id": "a2c5ad96-0547-415d-8276-f2a95dbf1b60",
      "name": "Home Assistant 事件触发器",
      "type": "n8n-nodes-base.webhook",
      "position": [
        96,
        -32
      ],
      "webhookId": "758ef827-bafc-4241-83f8-6e745b21fc44",
      "parameters": {
        "path": "758ef827-bafc-4241-83f8-6e745b21fc44",
        "options": {},
        "httpMethod": "POST",
        "authentication": "headerAuth"
      },
      "credentials": {
        "httpHeaderAuth": {
          "id": "Tskm0haXXpHykA5x",
          "name": "AppDaemon Home Assistant"
        }
      },
      "typeVersion": 2
    },
    {
      "id": "b5055ca1-817f-4e15-81ad-0dc995b43b4c",
      "name": "处理来自 webhook 的数据",
      "type": "n8n-nodes-base.noOp",
      "position": [
        400,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "935d2974-1a08-42da-8fe4-231905921e4a",
      "name": "便签1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        336,
        -64
      ],
      "parameters": {
        "color": 3,
        "width": 448,
        "height": 384,
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": true,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "cd794c4b-e82f-454b-b05a-5c3f508f88f6",
  "connections": {
    "Home Assistant Event Trigger": {
      "main": [
        [
          {
            "node": "Process data from webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

这是一个初级难度的工作流,适用于Personal Productivity等场景。适合 n8n 新手,包含 1-5 个节点的简单工作流

需要付费吗?

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

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

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

作者
Adrian Kendall

Adrian Kendall

@akendall1966

Business process improvement and continuous improvement SME. Process automation advocate.

外部链接
在 n8n.io 上查看 →

分享此工作流