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-17T13:25:16.665Z",
"updatedAt": "2021-02-17T13:25:16.665Z",
"id": "33",
"name": "Zoom:Meeting:create update getAll get delete",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "e177badc-c473-46ec-a4f7-6abe3cf18850"
},
{
"parameters": {
"topic": "test",
"additionalFields": {}
},
"name": "Zoom",
"type": "n8n-nodes-base.zoom",
"typeVersion": 1,
"position": [
450,
300
],
"credentials": {
"zoomApi": {
"name": "<your credential>"
}
},
"id": "52fd7dd2-0260-4e24-b2e7-2fb0e6e96757"
},
{
"parameters": {
"operation": "update",
"meetingId": "={{$node[\"Zoom\"].json[\"id\"]}}",
"updateFields": {
"duration": 30
}
},
"name": "Zoom1",
"type": "n8n-nodes-base.zoom",
"typeVersion": 1,
"position": [
600,
300
],
"credentials": {
"zoomApi": {
"name": "<your credential>"
}
},
"id": "c2ccd698-377b-478e-ab75-dff35325ac93"
},
{
"parameters": {
"operation": "getAll",
"limit": 1,
"filters": {}
},
"name": "Zoom2",
"type": "n8n-nodes-base.zoom",
"typeVersion": 1,
"position": [
750,
300
],
"credentials": {
"zoomApi": {
"name": "<your credential>"
}
},
"id": "5ca84447-9b5e-4679-b061-8b457ed1423a"
},
{
"parameters": {
"operation": "get",
"meetingId": "={{$node[\"Zoom\"].json[\"id\"]}}",
"additionalFields": {}
},
"name": "Zoom3",
"type": "n8n-nodes-base.zoom",
"typeVersion": 1,
"position": [
900,
300
],
"credentials": {
"zoomApi": {
"name": "<your credential>"
}
},
"id": "bc1c531c-ee12-4f4e-bbde-c2a6a950ab3e"
},
{
"parameters": {
"operation": "delete",
"meetingId": "={{$node[\"Zoom\"].json[\"id\"]}}",
"additionalFields": {}
},
"name": "Zoom4",
"type": "n8n-nodes-base.zoom",
"typeVersion": 1,
"position": [
1050,
300
],
"credentials": {
"zoomApi": {
"name": "<your credential>"
}
},
"id": "05b90102-2196-41d0-ba64-42e8c45d2258"
}
],
"connections": {
"Zoom": {
"main": [
[
{
"node": "Zoom1",
"type": "main",
"index": 0
}
]
]
},
"Zoom1": {
"main": [
[
{
"node": "Zoom2",
"type": "main",
"index": 0
}
]
]
},
"Zoom2": {
"main": [
[
{
"node": "Zoom3",
"type": "main",
"index": 0
}
]
]
},
"Zoom3": {
"main": [
[
{
"node": "Zoom4",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Zoom",
"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.
zoomApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Zoom:Meeting:create update getAll get delete. Uses start, zoom. Manual trigger; 6 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/b37961bd0e1f34e1bffb4be4a345c08ede317689/workflows/33.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.
NextCloud:NextCloud:Folder:create move copy delete list:File:upload move copy download delete. Uses start, nextCloud, readBinaryFile. Manual trigger; 28 nodes.
Transporeon - orders - step 3 - process single. Uses start, functionItem, httpRequest, microsoftSql. Manual trigger; 26 nodes.
Orbit:Member:upsert get update delete getAll lookup:Note:create update getAll:Activity:create getAll:Post:create getAll delete. Uses start, orbit. Manual trigger; 16 nodes.
Raindrop:User:get:Collection:create get update getAll delete:Bookmark:create get update getAll delete:Tag:getAll delete. Uses start, raindrop. Manual trigger; 14 nodes.
Backup workflows & credentials. Uses start, executeCommand. Manual trigger; 13 nodes.