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-02-17T12:54:18.856Z",
"updatedAt": "2021-02-24T12:51:15.701Z",
"id": "32",
"name": "Drif:Contact:create update get delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "a8373e79-8b14-48ae-9baf-79db4bf1a92a"
},
{
"parameters": {
"email": "=fake{{Date.now()}}@gmail.com",
"additionalFields": {
"name": "=Test{{Date.now()}}"
}
},
"name": "Drift ",
"type": "n8n-nodes-base.drift",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"driftApi": {
"name": "<your credential>"
}
},
"id": "8cd5c238-7feb-4b60-985a-d99db59390bc"
},
{
"parameters": {
"operation": "update",
"contactId": "={{$node[\"Drift \"].json[\"id\"]}}",
"updateFields": {
"name": "=node qtest{{Date.now()}}"
}
},
"name": "Drift 1",
"type": "n8n-nodes-base.drift",
"typeVersion": 1,
"position": [
640,
300
],
"credentials": {
"driftApi": {
"name": "<your credential>"
}
},
"id": "480edf8d-c1f6-4196-a659-f7b54c33e3db"
},
{
"parameters": {
"operation": "get",
"contactId": "={{$node[\"Drift \"].json[\"id\"]}}"
},
"name": "Drift 2",
"type": "n8n-nodes-base.drift",
"typeVersion": 1,
"position": [
790,
300
],
"credentials": {
"driftApi": {
"name": "<your credential>"
}
},
"id": "d495bd88-0ed2-4016-acea-78deee947cc7"
},
{
"parameters": {
"operation": "delete",
"contactId": "={{$node[\"Drift \"].json[\"id\"]}}"
},
"name": "Drift 3",
"type": "n8n-nodes-base.drift",
"typeVersion": 1,
"position": [
940,
300
],
"credentials": {
"driftApi": {
"name": "<your credential>"
}
},
"id": "2dce7e0c-3abd-45c8-a3d2-61edecd7a2bf"
}
],
"connections": {
"Drift ": {
"main": [
[
{
"node": "Drift 1",
"type": "main",
"index": 0
}
]
]
},
"Drift 1": {
"main": [
[
{
"node": "Drift 2",
"type": "main",
"index": 0
}
]
]
},
"Drift 2": {
"main": [
[
{
"node": "Drift 3",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Drift ",
"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.
driftApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Drif:Contact:create update get delete. Uses start, drift. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/32.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.