8
n8n 中文网amn8n.com

响应PDFMonkey回调

初级

这是一个Other领域的自动化工作流,包含 4 个节点。主要使用 If, Webhook, HttpRequest 等节点。 使用PDFMonkey自动化PDF生成后的操作

前置要求
  • HTTP Webhook 端点(n8n 会自动生成)
  • 可能需要目标 API 的认证凭证

分类

工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
  "id": "s6nTFZfg6xjWyJRX",
  "meta": {
    "instanceId": "4b761cc6ed5ba54435cd56551f1d8f4e82e89d5a18fc96f22d0649b94ad18c78",
    "templateCredsSetupCompleted": true
  },
  "name": "响应PDFMonkey回调",
  "tags": [],
  "nodes": [
    {
      "id": "bca61663-2317-4f5a-8117-e417ab9ffcb1",
      "name": "便签",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -380
      ],
      "parameters": {
        "width": 860,
        "height": 500,
        "content": "# 响应PDFMonkey回调"
      },
      "typeVersion": 1
    },
    {
      "id": "31ef2b09-e36f-4a9d-8eef-724211d7e2d4",
      "name": "PDFMonkey生成过程结束时",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -140,
        160
      ],
      "webhookId": "ed9c1bf7-efdd-4d17-8c28-e74c22d017ce",
      "parameters": {
        "path": "ed9c1bf7-efdd-4d17-8c28-e74c22d017ce",
        "options": {},
        "httpMethod": "POST"
      },
      "typeVersion": 2
    },
    {
      "id": "08cfde4f-637b-4cf4-a2c2-92e4e15ad6cc",
      "name": "检查生成是否成功",
      "type": "n8n-nodes-base.if",
      "position": [
        120,
        160
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "68eaaea7-d94b-40fd-819f-331261843c67",
              "operator": {
                "name": "filter.operator.equals",
                "type": "string",
                "operation": "equals"
              },
              "leftValue": "={{ $json.body.document.status }}",
              "rightValue": "success"
            }
          ]
        }
      },
      "typeVersion": 2.2
    },
    {
      "id": "051ec2f5-e96e-41dd-a753-db70cd1a1729",
      "name": "成功时:下载PDF文件",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        520,
        140
      ],
      "parameters": {
        "url": "={{ $json.body.document.download_url }}",
        "options": {}
      },
      "typeVersion": 4.2
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "callerPolicy": "any",
    "executionOrder": "v1"
  },
  "versionId": "56e711af-d87a-4822-9b49-bf7bebd373df",
  "connections": {
    "On success: download the PDF file": {
      "main": [
        []
      ]
    },
    "Check if generation was successful": {
      "main": [
        [
          {
            "node": "On success: download the PDF file",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On PDFMonkey generation process end": {
      "main": [
        [
          {
            "node": "Check if generation was successful",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
常见问题

如何使用这个工作流?

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

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

初级 - 其他

需要付费吗?

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

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

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

外部链接
在 n8n.io 查看

分享此工作流