AutomationFlowsGeneral › Generate Product Datasheet

Generate Product Datasheet

Generate Product Datasheet. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesN8N Nodes Iterationlayer
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
{
  "name": "Generate Product Datasheet",
  "nodes": [
    {
      "parameters": {
        "content": "## Generate Product Datasheet\n\nHardware manufacturers and product marketing teams use this recipe to generate a consistent datasheet for a product. Define product images, feature highlights, technical specifications, and contact details \u2014 producing a polished PDF ready for sales teams, distributors, and trade shows.\n\n**Note:** This workflow uses the Iteration Layer community node (`n8n-nodes-iterationlayer`). Install it via Settings > Community Nodes on self-hosted n8n, or add it directly on n8n Cloud with Verified Community Nodes enabled.",
        "height": 280,
        "width": 500,
        "color": 2
      },
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        200,
        40
      ],
      "id": "d7559a3c-b6cd-42cb-a089-5f8f4890e331",
      "name": "Overview"
    },
    {
      "parameters": {
        "content": "### Step 1: Generate Document\nResource: **Document Generation**\n\nConfigure the Document Generation parameters below, then connect your credentials.",
        "height": 160,
        "width": 300,
        "color": 6
      },
      "type": "n8n-nodes-base.stickyNote",
      "typeVersion": 1,
      "position": [
        475,
        100
      ],
      "id": "dd906db1-411a-4a39-af1b-067ccf411cfd",
      "name": "Step 1 Note"
    },
    {
      "parameters": {},
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "id": "75d53ef5-8536-43e0-a2ec-1285a34d8be2",
      "name": "Manual Trigger"
    },
    {
      "parameters": {
        "resource": "documentGeneration",
        "format": "pdf",
        "documentJson": "{\n  \"metadata\": {\n    \"title\": \"Product Datasheet - Apex SoundStage 360\",\n    \"author\": \"Apex Audio Inc.\"\n  },\n  \"page\": {\n    \"size\": {\n      \"preset\": \"A4\"\n    },\n    \"margins\": {\n      \"top_in_pt\": 54,\n      \"right_in_pt\": 54,\n      \"bottom_in_pt\": 54,\n      \"left_in_pt\": 54\n    }\n  },\n  \"styles\": {\n    \"text\": {\n      \"font_family\": \"Helvetica\",\n      \"font_size_in_pt\": 11.0,\n      \"line_height\": 1.5,\n      \"color\": \"#333333\"\n    },\n    \"headline\": {\n      \"font_family\": \"Helvetica\",\n      \"font_size_in_pt\": 24.0,\n      \"color\": \"#111111\",\n      \"spacing_before_in_pt\": 12.0,\n      \"spacing_after_in_pt\": 6.0,\n      \"font_weight\": \"bold\"\n    },\n    \"link\": {\n      \"color\": \"#0066CC\",\n      \"is_underlined\": true\n    },\n    \"list\": {\n      \"text_style\": {\n        \"font_family\": \"Helvetica\",\n        \"font_size_in_pt\": 11.0,\n        \"line_height\": 1.5,\n        \"color\": \"#333333\"\n      },\n      \"marker_color\": \"#333333\",\n      \"marker_gap_in_pt\": 8.0\n    },\n    \"table\": {\n      \"header\": {\n        \"background_color\": \"#333333\",\n        \"text_color\": \"#FFFFFF\",\n        \"font_size_in_pt\": 11.0,\n        \"font_weight\": \"bold\"\n      },\n      \"body\": {\n        \"background_color\": \"#FFFFFF\",\n        \"text_color\": \"#333333\",\n        \"font_size_in_pt\": 11.0\n      },\n      \"border\": {\n        \"outer\": {\n          \"top\": {\n            \"color\": \"#CCCCCC\",\n            \"width_in_pt\": 1.0\n          },\n          \"right\": {\n            \"color\": \"#CCCCCC\",\n            \"width_in_pt\": 1.0\n          },\n          \"bottom\": {\n            \"color\": \"#CCCCCC\",\n            \"width_in_pt\": 1.0\n          },\n          \"left\": {\n            \"color\": \"#CCCCCC\",\n            \"width_in_pt\": 1.0\n          }\n        },\n        \"inner\": {\n          \"horizontal\": {\n            \"color\": \"#EEEEEE\",\n            \"width_in_pt\": 0.5\n          },\n          \"vertical\": {\n            \"color\": \"#EEEEEE\",\n            \"width_in_pt\": 0.5\n          }\n        }\n      }\n    },\n    \"grid\": {\n      \"background_color\": \"#FFFFFF\",\n      \"border_color\": \"#CCCCCC\",\n      \"border_width_in_pt\": 0.0,\n      \"gap_in_pt\": 12.0\n    },\n    \"separator\": {\n      \"color\": \"#CCCCCC\",\n      \"thickness_in_pt\": 1.0,\n      \"spacing_before_in_pt\": 12.0,\n      \"spacing_after_in_pt\": 12.0\n    },\n    \"image\": {\n      \"border_color\": \"#000000\",\n      \"border_width_in_pt\": 0.0\n    }\n  },\n  \"header\": [\n    {\n      \"type\": \"paragraph\",\n      \"runs\": [\n        {\n          \"text\": \"Apex Audio Inc. \\u2014 Product Datasheet\",\n          \"font_weight\": \"bold\"\n        }\n      ]\n    }\n  ],\n  \"footer\": [\n    {\n      \"type\": \"page-number\",\n      \"text_alignment\": \"center\"\n    }\n  ],\n  \"content\": [\n    {\n      \"type\": \"headline\",\n      \"level\": \"h1\",\n      \"text\": \"Apex SoundStage 360\"\n    },\n    {\n      \"type\": \"paragraph\",\n      \"markdown\": \"The **Apex SoundStage 360** is a premium wireless smart speaker delivering immersive 360-degree audio with built-in voice assistant support,\\n            multi-room streaming,\\n            and audiophile-grade sound processing.\"\n    },\n    {\n      \"type\": \"grid\",\n      \"columns\": [\n        {\n          \"column_span\": 5,\n          \"blocks\": [\n            {\n              \"type\": \"image\",\n              \"buffer\": \"<base64-encoded-image-data>\",\n              \"width_in_pt\": 200,\n              \"height_in_pt\": 200\n            }\n          ]\n        },\n        {\n          \"column_span\": 7,\n          \"blocks\": [\n            {\n              \"type\": \"headline\",\n              \"level\": \"h2\",\n              \"text\": \"Key Features\"\n            },\n            {\n              \"type\": \"list\",\n              \"variant\": \"unordered\",\n              \"items\": [\n                {\n                  \"text\": \"360-degree omnidirectional sound projection\"\n                },\n                {\n                  \"text\": \"Dual 40mm full-range drivers + passive bass radiator\"\n                },\n                {\n                  \"text\": \"Wi-Fi 6E and Bluetooth 5.3 connectivity\"\n                },\n                {\n                  \"text\": \"AirPlay 2,\\n                  Chromecast,\\n                  and Spotify Connect built in\"\n                },\n                {\n                  \"text\": \"IPX4 splash resistance for indoor/outdoor use\"\n                },\n                {\n                  \"text\": \"18-hour battery life with USB-C fast charging\"\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"type\": \"separator\"\n    },\n    {\n      \"type\": \"headline\",\n      \"level\": \"h2\",\n      \"text\": \"Technical Specifications\"\n    },\n    {\n      \"type\": \"table\",\n      \"column_widths_in_percent\": [\n        35,\n        65\n      ],\n      \"header\": {\n        \"cells\": [\n          {\n            \"text\": \"Specification\"\n          },\n          {\n            \"text\": \"Details\"\n          }\n        ]\n      },\n      \"rows\": [\n        {\n          \"cells\": [\n            {\n              \"text\": \"Drivers\"\n            },\n            {\n              \"text\": \"2 x 40mm full-range neodymium + 1 x 65mm passive bass radiator\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Frequency Response\"\n            },\n            {\n              \"text\": \"55 Hz \\u2013 20 kHz (\\u00b13 dB)\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Peak Output\"\n            },\n            {\n              \"text\": \"96 dB SPL @ 1m\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Connectivity\"\n            },\n            {\n              \"text\": \"Wi-Fi 6E (802.11ax),\\n                Bluetooth 5.3 (aptX HD, AAC, SBC)\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Voice Assistants\"\n            },\n            {\n              \"text\": \"Amazon Alexa,\\n                Google Assistant (far-field 4-mic array)\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Battery\"\n            },\n            {\n              \"text\": \"5,\\n                000 mAh Li-Ion,\\n                18 hours playback,\\n                2.5 hours full charge\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Water Resistance\"\n            },\n            {\n              \"text\": \"IPX4 (splash-proof)\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Dimensions\"\n            },\n            {\n              \"text\": \"128mm diameter x 185mm height\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Weight\"\n            },\n            {\n              \"text\": \"1.2 kg (2.65 lbs)\"\n            }\n          ]\n        },\n        {\n          \"cells\": [\n            {\n              \"text\": \"Colors\"\n            },\n            {\n              \"text\": \"Midnight Black,\\n                Arctic White,\\n                Sage Green\"\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"type\": \"separator\"\n    },\n    {\n      \"type\": \"headline\",\n      \"level\": \"h2\",\n      \"text\": \"What's in the Box\"\n    },\n    {\n      \"type\": \"list\",\n      \"variant\": \"unordered\",\n      \"items\": [\n        {\n          \"text\": \"Apex SoundStage 360 speaker\"\n        },\n        {\n          \"text\": \"USB-C charging cable (1.5m)\"\n        },\n        {\n          \"text\": \"30W USB-C power adapter\"\n        },\n        {\n          \"text\": \"Quick start guide and safety information\"\n        }\n      ]\n    },\n    {\n      \"type\": \"separator\"\n    },\n    {\n      \"type\": \"grid\",\n      \"columns\": [\n        {\n          \"column_span\": 6,\n          \"blocks\": [\n            {\n              \"type\": \"headline\",\n              \"level\": \"h3\",\n              \"text\": \"Sales & Distribution\"\n            },\n            {\n              \"type\": \"paragraph\",\n              \"markdown\": \"**Apex Audio Inc.**\\n2400 Innovation Drive,\\n                Suite 800\\nSan Jose,\\n                CA 95134\\nUnited States\"\n            },\n            {\n              \"type\": \"paragraph\",\n              \"runs\": [\n                {\n                  \"text\": \"sales@apexaudio.com\",\n                  \"font_weight\": \"bold\"\n                }\n              ]\n            }\n          ]\n        },\n        {\n          \"column_span\": 6,\n          \"blocks\": [\n            {\n              \"type\": \"headline\",\n              \"level\": \"h3\",\n              \"text\": \"Technical Support\"\n            },\n            {\n              \"type\": \"paragraph\",\n              \"markdown\": \"**Phone:** +1 (408) 555-0192\\n**Email:** support@apexaudio.com\\n**Web:** www.apexaudio.com/support\"\n            },\n            {\n              \"type\": \"qr-code\",\n              \"value\": \"https://www.apexaudio.com/products/soundstage-360\",\n              \"width_in_pt\": 72,\n              \"height_in_pt\": 72,\n              \"foreground_hex_color\": \"#000000\",\n              \"background_hex_color\": \"#FFFFFF\"\n            }\n          ]\n        }\n      ]\n    }\n  ]\n}"
      },
      "type": "n8n-nodes-iterationlayer.iterationLayer",
      "typeVersion": 1,
      "position": [
        500,
        300
      ],
      "id": "1dafcde3-4209-4683-841e-2122913dc766",
      "name": "Generate Document",
      "credentials": {
        "iterationLayerApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Generate Document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}

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

Generate Product Datasheet. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

Source: https://github.com/iterationlayer/n8n-nodes-iterationlayer/blob/bace31184f731518d49ad0fdbab3f84c4a769cf0/templates/generate-product-datasheet.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

Extract KPIs and generate client report in Iteration Layer. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.

N8N Nodes Iterationlayer
General

Generate Shipping Label. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer
General

Generate Restaurant Menu. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer
General

Extract Public Registry Page. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer
General

Generate A+ Content Banner. Uses n8n-nodes-iterationlayer. Event-driven trigger; 4 nodes.

N8N Nodes Iterationlayer