按名称获取公司
初级
这是一个Sales, Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 If, Uproc, FunctionItem, ManualTrigger 等节点。 使用uProc按名称发现公司数据
前置要求
- •无特殊前置要求,导入即可使用
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "112",
"name": "按名称获取公司",
"nodes": [
{
"name": "点击\"执行\"时",
"type": "n8n-nodes-base.manualTrigger",
"position": [
440,
510
],
"parameters": {},
"typeVersion": 1
},
{
"name": "创建公司项目",
"type": "n8n-nodes-base.functionItem",
"position": [
640,
510
],
"parameters": {
"functionCode": "item.company = \"Killia technologies\";\nitem.country = \"Spain\";\n\nreturn item;"
},
"typeVersion": 1
},
{
"name": "按名称获取公司",
"type": "n8n-nodes-base.uproc",
"position": [
850,
510
],
"parameters": {
"name": "={{$node[\"Create Company Item\"].json[\"company\"]}}",
"tool": "getCompanyByName",
"group": "company",
"country": "={{$node[\"Create Company Item\"].json[\"country\"]}}",
"additionalOptions": {}
},
"credentials": {
"uprocApi": "miquel-uproc"
},
"typeVersion": 1
},
{
"name": "找到公司?",
"type": "n8n-nodes-base.if",
"position": [
1050,
510
],
"parameters": {
"conditions": {
"number": [],
"string": [
{
"value1": "={{$node[\"Get Company by Name\"].json[\"message\"][\"name\"]}}",
"value2": ".+",
"operation": "regex"
}
]
}
},
"typeVersion": 1
}
],
"active": false,
"settings": {},
"connections": {
"Create Company Item": {
"main": [
[
{
"node": "Get Company by Name",
"type": "main",
"index": 0
}
]
]
},
"Get Company by Name": {
"main": [
[
{
"node": "Company Found?",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Create Company Item",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 销售, 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
获取 DNS 条目
使用 uProc 获取任意域名的 DNS 条目
Uproc
Function Item
Manual Trigger
3 节点Miquel Colomer
IT 运维
n8n_check
通过RSS、电子邮件和Telegram自动通知新的n8n主要版本发布
If
Cron
Aws Ses
+4
7 节点Miquel Colomer
工程
TG-机器人模块-跨平台发布-v1-数据库-销售完整版
使用Postgres自动化Telegram频道帖子("跨平台发布"模块)
If
Set
Switch
+5
47 节点Andrew
销售
TG-Bot-Module-Quiz-v4-db-sell-full
通过Telegram在Postgres中自动化测试和收集响应("测验"模块)
If
Set
Code
+9
36 节点Andrew
销售
使用 Icypeas 批量验证 Google Sheet 中的电子邮件
使用 Icypeas 批量验证 Google Sheet 中的电子邮件
Code
Http Request
Google Sheets
+2
8 节点Corentin Ribeyre
销售
构建首个WhatsApp聊天机器人
构建首个WhatsApp聊天机器人
Switch
Whats App
Http Request
+12
28 节点Jimleuk
销售