سلام، وقت بخیر! 👋

امروز ۵ لید جدید منتظر پیگیری شما هستند.

مرکز تست ورک‌فلو

JSONهای آماده برای تست اتصال سرویس ها در n8n را از این صفحه کپی کنید.

بازگشت به مانیتور ورک‌فلو

تست یکپارچه همه سرویس‌ها

یک ورک‌فلو کامل که اتصال 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": {}
}

JSON جداگانه هر سرویس

تست اتصال NocoDB

نیازمند credential نوع Header Auth (header: xc-token)

{
  "name": "ForoushYar NocoDB Connectivity",
  "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
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Check NocoDB",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "pinData": {}
}

تست اتصال Nextcloud

نیازمند credential نوع Basic Auth

{
  "name": "ForoushYar Nextcloud Connectivity",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "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
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Check Nextcloud",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "pinData": {}
}

تست اتصال n8n API

نیازمند credential نوع Header Auth (header: X-N8N-API-KEY)

{
  "name": "ForoushYar n8n API Connectivity",
  "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://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
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Check n8n API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "pinData": {}
}

تست اتصال OpenAI

نیازمند credential نوع Header Auth (Authorization: Bearer ...)

{
  "name": "ForoushYar OpenAI Connectivity",
  "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://api.openai.com/v1/models",
        "options": {}
      },
      "id": "check-openai",
      "name": "Check OpenAI",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        520,
        500
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Check OpenAI",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "pinData": {}
}

تست اتصال Gemini

نیازمند credential نوع Query Auth (name: key)

{
  "name": "ForoushYar Gemini Connectivity",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        260,
        300
      ]
    },
    {
      "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 Gemini",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "staticData": null,
  "pinData": {}
}

راهنمای اجرا

  1. JSON را کپی کرده و در n8n از مسیر Import from Clipboard وارد کنید.
  2. برای هر HTTP Node، credential مناسب را از credentialهای ساخته‌شده انتخاب کنید.
  3. اگر credential نداشتید، اول در تب Credentials آن را بسازید و سپس به node وصل کنید.
  4. Manual Trigger را اجرا کنید.
  5. در خروجی هر node، status code و body را برای Pass/Fail بررسی کنید.