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-04T08:38:05.147Z",
"updatedAt": "2021-03-04T08:38:05.147Z",
"id": "98",
"name": "Disqus:Forum:get getCategories getThreads getPosts",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "9468a1d9-c07c-4001-804d-f308db6f79a3"
},
{
"parameters": {
"id": "disqus-demo-page",
"additionalFields": {}
},
"name": "Disqus",
"type": "n8n-nodes-base.disqus",
"typeVersion": 1,
"position": [
500,
300
],
"credentials": {
"disqusApi": {
"name": "<your credential>"
}
},
"id": "8c4e3006-b4d8-4015-9eeb-5cb77b7a46aa"
},
{
"parameters": {
"operation": "getCategories",
"id": "disqus-demo-page",
"limit": 1,
"additionalFields": {
"order": "asc"
}
},
"name": "Disqus1",
"type": "n8n-nodes-base.disqus",
"typeVersion": 1,
"position": [
650,
300
],
"credentials": {
"disqusApi": {
"name": "<your credential>"
}
},
"id": "f1db25d5-8f78-4f29-a4f3-d27a3571370e"
},
{
"parameters": {
"operation": "getThreads",
"id": "disqus-demo-page",
"limit": 1,
"additionalFields": {
"order": "desc"
}
},
"name": "Disqus2",
"type": "n8n-nodes-base.disqus",
"typeVersion": 1,
"position": [
800,
300
],
"credentials": {
"disqusApi": {
"name": "<your credential>"
}
},
"id": "4fcd6985-5dc8-4425-b852-25824964082a"
},
{
"parameters": {
"operation": "getPosts",
"id": "disqus-demo-page",
"limit": 1,
"additionalFields": {
"order": "desc"
}
},
"name": "Disqus3",
"type": "n8n-nodes-base.disqus",
"typeVersion": 1,
"position": [
950,
300
],
"credentials": {
"disqusApi": {
"name": "<your credential>"
}
},
"id": "0dfe850e-186a-4072-b722-f35e15deeb16"
}
],
"connections": {
"Disqus2": {
"main": [
[
{
"node": "Disqus3",
"type": "main",
"index": 0
}
]
]
},
"Disqus1": {
"main": [
[
{
"node": "Disqus2",
"type": "main",
"index": 0
}
]
]
},
"Disqus": {
"main": [
[
{
"node": "Disqus1",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Disqus",
"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.
disqusApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Disqus:Forum:get getCategories getThreads getPosts. Uses start, disqus. Manual trigger; 5 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/98.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.