تست یکپارچه همه سرویسها
یک ورکفلو کامل که اتصال NocoDB، Nextcloud، n8n API، OpenAI و Gemini را همزمان تست میکند. این نسخه بدون env کار میکند و بر پایه credentialهای خود n8n است.
تست همه سرویسها
ایمپورت در n8n و اجرای Manual Trigger
{
"name": "ForoushYar All-In-One Connectivity Test",
"nodes": [
{
"parameters": {},
"id": "manual-trigger",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"method": "GET",
"url": "https://nocodb.madebypersians.ir/api/v2/tables/vwj9q34iwj745uro/records",
"options": {}
},
"id": "check-nocodb",
"name": "Check NocoDB",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
140
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpBasicAuth",
"method": "PROPFIND",
"url": "https://nextcloud.madebypersians.ir/remote.php/webdav/",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Depth",
"value": "0"
}
]
},
"options": {}
},
"id": "check-nextcloud",
"name": "Check Nextcloud",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
260
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"method": "GET",
"url": "https://n8n.madebypersians.ir/api/v1/workflows",
"options": {}
},
"id": "check-n8n",
"name": "Check n8n API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
380
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"method": "GET",
"url": "https://api.openai.com/v1/models",
"options": {}
},
"id": "check-openai",
"name": "Check OpenAI",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
500
]
},
{
"parameters": {
"authentication": "genericCredentialType",
"genericAuthType": "httpQueryAuth",
"method": "GET",
"url": "https://generativelanguage.googleapis.com/v1beta/models",
"options": {}
},
"id": "check-gemini",
"name": "Check Gemini",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
520,
620
]
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Check NocoDB",
"type": "main",
"index": 0
},
{
"node": "Check Nextcloud",
"type": "main",
"index": 0
},
{
"node": "Check n8n API",
"type": "main",
"index": 0
},
{
"node": "Check OpenAI",
"type": "main",
"index": 0
},
{
"node": "Check Gemini",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"staticData": null,
"pinData": {}
}