AutomationFlowsGeneral › Script Sync Test

Script Sync Test

script-sync-test. Uses executeCommand. Event-driven trigger; 2 nodes.

Event trigger★☆☆☆☆ complexity2 nodesExecute Command
General Trigger: Event Nodes: 2 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "updatedAt": "2025-12-17T19:57:27.375Z",
  "createdAt": "2025-12-17T19:54:35.780Z",
  "id": "BNMuVPhOux6SXnEc",
  "name": "script-sync-test",
  "description": null,
  "active": false,
  "isArchived": false,
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "manual-trigger",
      "name": "Manual Trigger"
    },
    {
      "parameters": {
        "command": "=echo '{\"test\": \"data\"}' | node /files/testing/test-script.js"
      },
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [
        450,
        300
      ],
      "id": "execute-script",
      "name": "Execute Script"
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Execute Script",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "callerPolicy": "workflowsFromSameOwner",
    "availableInMCP": false
  },
  "staticData": null,
  "meta": null,
  "versionId": "2e2c9f64-d6fa-4ff7-8e49-6bfa5d135091",
  "versionCounter": 2,
  "triggerCount": 0,
  "shared": [
    {
      "updatedAt": "2025-12-17T19:54:35.780Z",
      "createdAt": "2025-12-17T19:54:35.780Z",
      "role": "workflow:owner",
      "workflowId": "BNMuVPhOux6SXnEc",
      "projectId": "2RbFL7HNkzrQQd3P",
      "project": {
        "updatedAt": "2025-09-15T16:01:04.265Z",
        "createdAt": "2025-09-15T15:56:55.746Z",
        "id": "2RbFL7HNkzrQQd3P",
        "name": "Admin Admin <admin@pirouter.dev>",
        "type": "personal",
        "icon": null,
        "description": null,
        "projectRelations": [
          {
            "updatedAt": "2025-09-15T15:56:55.746Z",
            "createdAt": "2025-09-15T15:56:55.746Z",
            "userId": "d4a28913-8841-4a10-8234-b8469152bae6",
            "projectId": "2RbFL7HNkzrQQd3P",
            "user": {
              "updatedAt": "2025-12-17T18:35:10.677Z",
              "createdAt": "2025-09-15T15:56:53.765Z",
              "id": "d4a28913-8841-4a10-8234-b8469152bae6",
              "email": "admin@pirouter.dev",
              "firstName": "Admin",
              "lastName": "Admin",
              "personalizationAnswers": {
                "version": "v4",
                "personalization_survey_submitted_at": "2025-09-15T16:01:21.438Z",
                "personalization_survey_n8n_version": "1.110.1",
                "companyType": "personal",
                "reportedSource": "youtube"
              },
              "settings": {
                "userActivated": true,
                "easyAIWorkflowOnboarded": true,
                "firstSuccessfulWorkflowId": "kcqSvt2Ck1llg3vK",
                "userActivatedAt": 1764641540793
              },
              "disabled": false,
              "mfaEnabled": false,
              "lastActiveAt": "2025-12-17",
              "isPending": false
            }
          }
        ]
      }
    }
  ],
  "tags": []
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

script-sync-test. Uses executeCommand. Event-driven trigger; 2 nodes.

Source: https://github.com/lehcode/n8n-deploy/blob/master/script-sync-test.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

Batch-convert CAD/BIM files to analysis-ready XLSX and optional DAE with automatic verification and a clean HTML report. Runs locally via and PowerShell on Windows.

Execute Command, Write Binary File
General

This n8n workflow provides automated rsync backup capabilities between servers using password authentication. It automatically installs required dependencies, performs the backup operation from a sour

Execute Command
General

This n8n workflow template uses community nodes and is only compatible with the self-hosted version of n8n.

Execute Command, Google Drive
General

Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.

HTTP Request, Read Write File
General

Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.

Google Sheets, N8N Training Customer Datastore