响应PDFMonkey回调
初级
这是一个Other领域的自动化工作流,包含 4 个节点。主要使用 If, Webhook, HttpRequest 等节点。 使用PDFMonkey自动化PDF生成后的操作
前置要求
- •HTTP Webhook 端点(n8n 会自动生成)
- •可能需要目标 API 的认证凭证
使用的节点 (4)
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 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)可能需要您自行付费。
相关工作流推荐
使用 Unipile 和 Google Sheets 自动发送 LinkedIn 联系人请求与破冰消息
使用 Unipile 和 Google Sheets 自动发送 LinkedIn 联系人请求与破冰消息
If
Set
Code
+12
44 节点PollupAI
其他
Line 保存文件到 Google Drive 并记录文件的 URL
自动保存并整理 LINE 消息文件到 Google Drive,并在表格中记录文件 URL
If
Code
Merge
+5
27 节点Jaruphat J.
其他
Bitrix24开放频道RAG聊天机器人应用工作流示例
Bitrix24 AI驱动的开放频道RAG聊天机器人
If
Set
Merge
+18
34 节点Ferenc Erb
其他
聊天机器人AI
在LINE上构建您自己的心理咨询聊天机器人,支持心理健康对话
If
Set
Webhook
+4
14 节点lin@davoy.tech
其他
测验 - 学习
使用 GPT-4o-mini 和 Supabase 存储创建 AI 驱动的 WhatsApp 测验机器人
If
Merge
Webhook
+6
15 节点Danielle Gomes
其他
Radarr 通知
为 Radarr、Sonarr、Bazarr 等提供自定义 Discord 通知
If
Set
Code
+8
28 节点Pawel
其他