117 lines
2.3 KiB
JSON
117 lines
2.3 KiB
JSON
{
|
|
"id": "201",
|
|
"name": "Store the output of a phantom in Airtable",
|
|
"nodes": [
|
|
{
|
|
"name": "On clicking 'execute'",
|
|
"type": "n8n-nodes-base.manualTrigger",
|
|
"position": [
|
|
270,
|
|
300
|
|
],
|
|
"parameters": {},
|
|
"typeVersion": 1
|
|
},
|
|
{
|
|
"name": "Phantombuster",
|
|
"type": "n8n-nodes-base.phantombuster",
|
|
"position": [
|
|
470,
|
|
300
|
|
],
|
|
"parameters": {
|
|
"agentId": "",
|
|
"operation": "getOutput",
|
|
"additionalFields": {}
|
|
},
|
|
"credentials": {
|
|
"phantombusterApi": "Phantombuster Credentials"
|
|
},
|
|
"typeVersion": 1
|
|
},
|
|
{
|
|
"name": "Set",
|
|
"type": "n8n-nodes-base.set",
|
|
"position": [
|
|
670,
|
|
300
|
|
],
|
|
"parameters": {
|
|
"values": {
|
|
"string": [
|
|
{
|
|
"name": "Name",
|
|
"value": "={{$node[\"Phantombuster\"].json[\"general\"][\"fullName\"]}}"
|
|
},
|
|
{
|
|
"name": "Email",
|
|
"value": "={{$node[\"Phantombuster\"].json[\"details\"][\"mail\"]}}"
|
|
},
|
|
{
|
|
"name": "Company",
|
|
"value": "={{$node[\"Phantombuster\"].json[\"jobs\"][0][\"companyName\"]}}"
|
|
}
|
|
]
|
|
},
|
|
"options": {},
|
|
"keepOnlySet": true
|
|
},
|
|
"typeVersion": 1
|
|
},
|
|
{
|
|
"name": "Airtable",
|
|
"type": "n8n-nodes-base.airtable",
|
|
"position": [
|
|
870,
|
|
300
|
|
],
|
|
"parameters": {
|
|
"table": "",
|
|
"options": {},
|
|
"operation": "append",
|
|
"application": ""
|
|
},
|
|
"credentials": {
|
|
"airtableApi": "Airtable Credentials n8n"
|
|
},
|
|
"typeVersion": 1
|
|
}
|
|
],
|
|
"active": false,
|
|
"settings": {},
|
|
"connections": {
|
|
"Set": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Airtable",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"Phantombuster": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Set",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"On clicking 'execute'": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Phantombuster",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
} |