AutomationFlowsGeneral › Recommend Items to User Workflow

Recommend Items to User Workflow

Recommend-Items-To-User-Workflow. Uses n8n-nodes-recombee-api, debugHelper. Event-driven trigger; 4 nodes.

Event trigger★★★★☆ complexity4 nodesN8N Nodes Recombee ApiDebug Helper
General Trigger: Event Nodes: 4 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
{
  "nodes": [
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "id": "16eeccf9-21e2-4e1d-9818-559261b46a0a",
      "name": "When clicking \u2018Execute workflow\u2019"
    },
    {
      "parameters": {
        "userId": "3",
        "scenario": "TopItems",
        "filter": "\"\""
      },
      "type": "n8n-nodes-recombee-api.recombeeRecommendItemsToUser",
      "typeVersion": 1,
      "position": [
        220,
        0
      ],
      "id": "9ace3480-0dc2-4351-927b-b4971261fa8d",
      "name": "RecommendItemsToUser",
      "alwaysOutputData": true,
      "credentials": {
        "recombeeCredentialsApi": {
          "name": "<your credential>"
        }
      },
      "onError": "continueErrorOutput"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.debugHelper",
      "typeVersion": 1,
      "position": [
        440,
        100
      ],
      "id": "3df766c1-8763-4b0a-88c0-843499150c47",
      "name": "DebugHelper1"
    },
    {
      "parameters": {
        "jsCode": "const items = $input.first().json.data.recomms\nconst result = [];\n// Loop over input items and add a new field called 'myNewField' to the JSON of each one\nfor (const item of items) {\n  result.push({\n    \"recommId\": $input.first().json.data.recommId,\n    ...item.values\n  })\n}\n\nreturn result;"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        440,
        -100
      ],
      "id": "f02f788c-821b-4d24-a93b-c36d97cd40fa",
      "name": "Code"
    }
  ],
  "connections": {
    "When clicking \u2018Execute workflow\u2019": {
      "main": [
        [
          {
            "node": "RecommendItemsToUser",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RecommendItemsToUser": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "DebugHelper1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "meta": {
    "templateCredsSetupCompleted": true
  }
}

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.

Pro

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

About this workflow

Recommend-Items-To-User-Workflow. Uses n8n-nodes-recombee-api, debugHelper. Event-driven trigger; 4 nodes.

Source: https://github.com/tawfekov/n8n-nodes-recombee-api/blob/4f34f5c770aa0bbecc26ae6bde16fed86285ffe2/examples/recommend-items-to-user-workflow.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

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Google Calendar Trigger, Google Calendar
General

Sync your Linear issues to Todoist automatically with this n8n workflow. When an issue is created, updated, or completed in Linear, a corresponding task is created, updated, or closed in Todoist. Trig

Todoist, Linear Trigger, Linear
General

Back up n8n workflows to Google Drive automatically This workflow provides a robust solution for backing up your n8n workflows to Google Drive. It is designed to handle backups for multiple n8n instan

Execute Workflow Trigger, n8n, Google Drive
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