The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-03-01T09:51:34.123Z",
"updatedAt": "2021-06-02T11:29:56.485Z",
"id": "81",
"name": "PhantomBuster:getAll get launch getOutput",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "85fb6aa2-9869-4db4-bd9a-daf1db2bf96e"
},
{
"parameters": {
"operation": "getAll",
"limit": 1
},
"name": "Phantombuster",
"type": "n8n-nodes-base.phantombuster",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"phantombusterApi": {
"name": "<your credential>"
}
},
"id": "1b0bda87-f6ec-42a9-84db-af15ec98c377"
},
{
"parameters": {
"operation": "get",
"agentId": "={{$node[\"Phantombuster\"].json[\"id\"]}}"
},
"name": "Phantombuster1",
"type": "n8n-nodes-base.phantombuster",
"typeVersion": 1,
"position": [
600,
300
],
"credentials": {
"phantombusterApi": {
"name": "<your credential>"
}
},
"id": "1c0d3094-59c7-4f8c-b7d6-3544dcde6bcc"
},
{
"parameters": {
"agentId": "={{$node[\"Phantombuster\"].json[\"id\"]}}",
"resolveData": false,
"jsonParameters": true,
"additionalFields": {
"argumentsJson": "{\n\t\"urls\": [\n\t\t\"https://n8n.io/\"\n\t],\n\t\"timeToWait\": 5000,\n\t\"pagesPerLaunch\": 1,\n\t\"onlyGetOneEmail\": false\n}"
}
},
"name": "Phantombuster2",
"type": "n8n-nodes-base.phantombuster",
"typeVersion": 1,
"position": [
750,
300
],
"credentials": {
"phantombusterApi": {
"name": "<your credential>"
}
},
"id": "932b8b9f-b118-401c-9164-aac9942631a9"
},
{
"parameters": {
"operation": "getOutput",
"agentId": "={{$node[\"Phantombuster\"].json[\"id\"]}}",
"resolveData": false,
"additionalFields": {
"prevContainerId": "={{$node[\"Phantombuster2\"].json[\"containerId\"]}}"
}
},
"name": "Phantombuster3",
"type": "n8n-nodes-base.phantombuster",
"typeVersion": 1,
"position": [
900,
300
],
"credentials": {
"phantombusterApi": {
"name": "<your credential>"
}
},
"notes": "IGNORED_PROPERTIES=mostRecentEndedAt",
"id": "803d6c12-a407-4037-ae9f-62b90d17ceac"
}
],
"connections": {
"Phantombuster": {
"main": [
[
{
"node": "Phantombuster1",
"type": "main",
"index": 0
}
]
]
},
"Phantombuster1": {
"main": [
[
{
"node": "Phantombuster2",
"type": "main",
"index": 0
}
]
]
},
"Phantombuster2": {
"main": [
[
{
"node": "Phantombuster3",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Phantombuster",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
phantombusterApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
PhantomBuster:getAll get launch getOutput. Uses start, phantombuster. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/81.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.
ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.