AutomationFlowsWeb Scraping › Jobby - Sync Conf

Jobby - Sync Conf

Jobby - sync conf. Uses dataTable. Webhook trigger; 3 nodes.

Webhook trigger★★★★☆ complexity3 nodesData Table
Web Scraping Trigger: Webhook Nodes: 3 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": "2026-06-03T10:12:15.960Z",
  "createdAt": "2026-05-29T10:00:44.806Z",
  "id": "wfIyU3rWwTpk9cXk",
  "name": "Jobby - sync conf",
  "description": null,
  "active": true,
  "isArchived": false,
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "jobby-sync",
        "authentication": "headerAuth",
        "responseMode": "lastNode",
        "options": {}
      },
      "id": "0114af63-c3d6-4783-861d-19fac541df68",
      "name": "Webhook Jobby Sync",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        0,
        0
      ],
      "credentials": {
        "httpHeaderAuth": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "jsCode": "const body = $input.item.json.body || {};\nreturn [\n  {\n    json: {\n      key: \"config\",\n      value: JSON.stringify(body.config || {})\n    }\n  },\n  {\n    json: {\n      key: \"css\",\n      value: body.css || \"\"\n    }\n  }\n];"
      },
      "type": "n8n-nodes-base.code",
      "typeVersion": 2,
      "position": [
        256,
        0
      ],
      "id": "c138b1b6-59cb-490b-a890-ea2eea9c06bf",
      "name": "Split Payload"
    },
    {
      "parameters": {
        "operation": "upsert",
        "dataTableId": {
          "__rl": true,
          "value": "OtWoNuYUmoj7knoz",
          "mode": "id"
        },
        "matchType": "allConditions",
        "filters": {
          "conditions": [
            {
              "keyName": "key",
              "condition": "like",
              "keyValue": "={{$json.key}}"
            }
          ]
        },
        "columns": {
          "mappingMode": "defineBelow",
          "value": {
            "key": "={{$json.key}}",
            "value": "={{$json.value}}"
          },
          "matchingColumns": [],
          "schema": [
            {
              "id": "key",
              "displayName": "key",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "readOnly": false,
              "removed": false
            },
            {
              "id": "value",
              "displayName": "value",
              "required": false,
              "defaultMatch": false,
              "display": true,
              "type": "string",
              "readOnly": false,
              "removed": false
            }
          ],
          "attemptToConvertTypes": false,
          "convertFieldsToString": false
        },
        "options": {}
      },
      "type": "n8n-nodes-base.dataTable",
      "typeVersion": 1,
      "position": [
        512,
        0
      ],
      "id": "t498b1b6-59cb-490b-a890-ea2eea9c06cd",
      "name": "Save to Table"
    }
  ],
  "connections": {
    "Webhook Jobby Sync": {
      "main": [
        [
          {
            "node": "Split Payload",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Payload": {
      "main": [
        [
          {
            "node": "Save to Table",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1",
    "binaryMode": "separate"
  },
  "staticData": null,
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "versionId": "8a29ec96-4071-4940-8fe8-a2f978070ada",
  "activeVersionId": "8a29ec96-4071-4940-8fe8-a2f978070ada",
  "versionCounter": 7,
  "triggerCount": 1,
  "shared": [
    {
      "updatedAt": "2026-05-29T10:00:44.808Z",
      "createdAt": "2026-05-29T10:00:44.808Z",
      "role": "workflow:owner",
      "workflowId": "wfIyU3rWwTpk9cXk",
      "projectId": "GfFdmZTqGEJQkrXG",
      "project": {
        "updatedAt": "2026-05-11T09:44:44.757Z",
        "createdAt": "2026-05-11T09:34:45.695Z",
        "id": "GfFdmZTqGEJQkrXG",
        "name": "\u00c9ole Wind <megazef@gmail.com>",
        "type": "personal",
        "icon": null,
        "description": null,
        "creatorId": "2792484d-cba3-4156-adba-fbc49134eb55"
      }
    }
  ],
  "tags": [
    {
      "updatedAt": "2026-05-29T11:31:39.972Z",
      "createdAt": "2026-05-29T11:31:39.972Z",
      "id": "5zynHpPHQi9PRMyD",
      "name": "jobby"
    }
  ],
  "activeVersion": {
    "updatedAt": "2026-06-03T10:12:19.000Z",
    "createdAt": "2026-06-03T10:12:15.961Z",
    "versionId": "8a29ec96-4071-4940-8fe8-a2f978070ada",
    "workflowId": "wfIyU3rWwTpk9cXk",
    "nodes": [
      {
        "parameters": {
          "httpMethod": "POST",
          "path": "jobby-sync",
          "authentication": "headerAuth",
          "responseMode": "lastNode",
          "options": {}
        },
        "id": "0114af63-c3d6-4783-861d-19fac541df68",
        "name": "Webhook Jobby Sync",
        "type": "n8n-nodes-base.webhook",
        "typeVersion": 1,
        "position": [
          0,
          0
        ],
        "webhookId": "85acc1c2-9244-4ca7-b75e-1d129d879c13",
        "credentials": {
          "httpHeaderAuth": {
            "id": "QDm4dLNTsiXmLpmM",
            "name": "Header Auth account"
          }
        }
      },
      {
        "parameters": {
          "jsCode": "const body = $input.item.json.body || {};\nreturn [\n  {\n    json: {\n      key: \"config\",\n      value: JSON.stringify(body.config || {})\n    }\n  },\n  {\n    json: {\n      key: \"css\",\n      value: body.css || \"\"\n    }\n  }\n];"
        },
        "type": "n8n-nodes-base.code",
        "typeVersion": 2,
        "position": [
          256,
          0
        ],
        "id": "c138b1b6-59cb-490b-a890-ea2eea9c06bf",
        "name": "Split Payload"
      },
      {
        "parameters": {
          "operation": "upsert",
          "dataTableId": {
            "__rl": true,
            "value": "OtWoNuYUmoj7knoz",
            "mode": "id"
          },
          "matchType": "allConditions",
          "filters": {
            "conditions": [
              {
                "keyName": "key",
                "condition": "like",
                "keyValue": "={{$json.key}}"
              }
            ]
          },
          "columns": {
            "mappingMode": "defineBelow",
            "value": {
              "key": "={{$json.key}}",
              "value": "={{$json.value}}"
            },
            "matchingColumns": [],
            "schema": [
              {
                "id": "key",
                "displayName": "key",
                "required": false,
                "defaultMatch": false,
                "display": true,
                "type": "string",
                "readOnly": false,
                "removed": false
              },
              {
                "id": "value",
                "displayName": "value",
                "required": false,
                "defaultMatch": false,
                "display": true,
                "type": "string",
                "readOnly": false,
                "removed": false
              }
            ],
            "attemptToConvertTypes": false,
            "convertFieldsToString": false
          },
          "options": {}
        },
        "type": "n8n-nodes-base.dataTable",
        "typeVersion": 1,
        "position": [
          512,
          0
        ],
        "id": "t498b1b6-59cb-490b-a890-ea2eea9c06cd",
        "name": "Save to Table"
      }
    ],
    "connections": {
      "Webhook Jobby Sync": {
        "main": [
          [
            {
              "node": "Split Payload",
              "type": "main",
              "index": 0
            }
          ]
        ]
      },
      "Split Payload": {
        "main": [
          [
            {
              "node": "Save to Table",
              "type": "main",
              "index": 0
            }
          ]
        ]
      }
    },
    "authors": "\u00c9ole Wind",
    "name": "Version 8a29ec96",
    "description": "Authorization",
    "autosaved": true,
    "workflowPublishHistory": [
      {
        "createdAt": "2026-06-03T10:12:19.433Z",
        "id": 206,
        "workflowId": "wfIyU3rWwTpk9cXk",
        "versionId": "8a29ec96-4071-4940-8fe8-a2f978070ada",
        "event": "activated",
        "userId": "2792484d-cba3-4156-adba-fbc49134eb55"
      }
    ]
  }
}

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

Jobby - sync conf. Uses dataTable. Webhook trigger; 3 nodes.

Source: https://github.com/gnueole/jobby-md2html/blob/main/n8n/jobby-sync-conf.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

Response_Handler. Uses httpRequest, dataTable, n8n-nodes-evolution-api, redis. Webhook trigger; 32 nodes.

HTTP Request, Data Table, N8N Nodes Evolution Api +1
Web Scraping

This n8n template lets you collect lightweight customer feedback through a responsive HTML form with a mandatory 1–5 star rating and an optional message. Submissions are stored in an n8n Data Table (i

Data Table
Web Scraping

Receive instant push notifications on your phone and voice announcements on your Google Home every time someone orders from your intranet menu — with cumulative BAC tracking per person.

Data Table, HTTP Request, Home Assistant
Web Scraping

Jobby - PDF - dyn. Uses httpRequest, dataTable. Webhook trigger; 11 nodes.

HTTP Request, Data Table
Web Scraping

Jobby - PDF - static. Uses httpRequest, dataTable. Webhook trigger; 10 nodes.

HTTP Request, Data Table