接收Wise转账更新并添加至Airtable
初级
这是一个Finance, Building Blocks领域的自动化工作流,包含 4 个节点。主要使用 Set, Wise, Airtable, WiseTrigger 等节点。 接收Wise转账更新并添加至Airtable
前置要求
- •Airtable API Key
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"name": "Wise 触发器",
"type": "n8n-nodes-base.wiseTrigger",
"position": [
450,
280
],
"webhookId": "df8c0c06-7d40-4e57-aaff-60f458e6997c",
"parameters": {
"event": "tranferStateChange",
"profileId": 16138858
},
"credentials": {
"wiseApi": "Wise API Credentials"
},
"typeVersion": 1
},
{
"name": "Wise",
"type": "n8n-nodes-base.wise",
"position": [
650,
280
],
"parameters": {
"resource": "transfer",
"transferId": "={{$json[\"data\"][\"resource\"][\"id\"]}}"
},
"credentials": {
"wiseApi": "Wise API Credentials"
},
"typeVersion": 1
},
{
"name": "设置",
"type": "n8n-nodes-base.set",
"position": [
850,
280
],
"parameters": {
"values": {
"string": [
{
"name": "Transfer ID",
"value": "={{$json[\"id\"]}}"
},
{
"name": "Date",
"value": "={{$json[\"created\"]}}"
},
{
"name": "Reference",
"value": "={{$json[\"reference\"]}}"
},
{
"name": "Amount",
"value": "={{$json[\"sourceValue\"]}}"
}
]
},
"options": {},
"keepOnlySet": true
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
1050,
280
],
"parameters": {
"table": "Table 1",
"options": {},
"operation": "append",
"application": ""
},
"credentials": {
"airtableApi": "Airtable Credentials n8n"
},
"typeVersion": 1
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Airtable",
"type": "main",
"index": 0
}
]
]
},
"Wise": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"Wise Trigger": {
"main": [
[
{
"node": "Wise",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 财务, 构建模块
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
从Airtable向Lemlist添加新线索
从Airtable向Lemlist添加新线索
Lemlist
Airtable
3 节点ghagrawal17
销售
Twitter Webhook验证处理
Twitter Webhook验证处理
Set
Crypto
Webhook
3 节点ghagrawal17
构建模块
在Google Sheets电子表格中追加、查找、更新和读取数据
在Google Sheets中转换数据
Set
Google Sheets
Manual Trigger
7 节点ghagrawal17
构建模块
将Typeform回复存储到Airtable
将Typeform回复存储到Airtable
Set
Slack
Airtable
+1
4 节点ghagrawal17
销售
使用 Mailcheck 验证表格中的邮箱
使用 Mailcheck 验证表格中的邮箱
Set
Airtable
Mailcheck
4 节点ghagrawal17
销售
检查链接预览
检查链接预览
If
Peekalink
Manual Trigger
+1
5 节点ghagrawal17
构建模块