将Typeform回复存储到Airtable
初级
这是一个Sales, Marketing领域的自动化工作流,包含 4 个节点。主要使用 Set, Slack, Airtable, TypeformTrigger 等节点。 将Typeform回复存储到Airtable
前置要求
- •Slack Bot Token 或 Webhook URL
- •Airtable API Key
使用的节点 (4)
工作流预览
可视化展示节点连接关系,支持缩放和平移
无法加载工作流预览
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"nodes": [
{
"name": "Typeform 触发器",
"type": "n8n-nodes-base.typeformTrigger",
"position": [
590,
300
],
"webhookId": "c8e53100-0616-4d3c-95b8-261eb0d1632b",
"parameters": {
"formId": "dpr2kxSL"
},
"credentials": {
"typeformApi": "Typeform Access Token"
},
"typeVersion": 1
},
{
"name": "设置",
"type": "n8n-nodes-base.set",
"position": [
790,
300
],
"parameters": {
"values": {
"string": [
{
"name": "Name",
"value": "={{$json[\"Let's start with your name.\"]}}"
},
{
"name": "Email",
"value": "={{$json[\"What's your email address?\"]}}"
}
]
},
"options": {},
"keepOnlySet": true
},
"typeVersion": 1
},
{
"name": "Airtable",
"type": "n8n-nodes-base.airtable",
"position": [
990,
300
],
"parameters": {
"table": "Table 1",
"options": {},
"operation": "append",
"application": ""
},
"credentials": {
"airtableApi": "Airtable Credentials n8n"
},
"typeVersion": 1
},
{
"name": "Slack",
"type": "n8n-nodes-base.slack",
"position": [
1190,
300
],
"parameters": {
"text": "=*New Submission* 🙌\nName: {{$node[\"Set\"].json[\"Name\"]}}\nEmail: {{$node[\"Set\"].json[\"Email\"]}}",
"channel": "general",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"slackApi": "Slack Bot Credentials"
},
"typeVersion": 1
}
],
"connections": {
"Set": {
"main": [
[
{
"node": "Airtable",
"type": "main",
"index": 0
}
]
]
},
"Airtable": {
"main": [
[
{
"node": "Slack",
"type": "main",
"index": 0
}
]
]
},
"Typeform Trigger": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 销售, 营销
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
使用 Mailcheck 验证表格中的邮箱
使用 Mailcheck 验证表格中的邮箱
Set
Airtable
Mailcheck
4 节点ghagrawal17
销售
从Airtable向Lemlist添加新线索
从Airtable向Lemlist添加新线索
Lemlist
Airtable
3 节点ghagrawal17
销售
在 Customer.io 中创建客户并将其添加到细分
在 Customer.io 中创建客户并将其添加到细分
Customer Io
Manual Trigger
3 节点ghagrawal17
销售
从GetResponse获取所有联系人并更新它们
从GetResponse获取所有联系人并更新它们
If
Get Response
Manual Trigger
+1
5 节点ghagrawal17
销售
创建新列表、添加联系人、更新联系人并获取列表联系人
在Automizy中管理联系人
Automizy
Manual Trigger
5 节点ghagrawal17
销售
通过Autopilot管理联系人
通过Autopilot管理联系人
Autopilot
4 节点ghagrawal17
销售