AutomationFlowsWeb Scraping › Baserow Integration Example

Baserow Integration Example

Baserow Integration Example. Uses httpRequest. Event-driven trigger; 4 nodes.

Event trigger★★☆☆☆ complexity4 nodesHTTP Request
Web Scraping 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": "Baserow Integration Example",
  "nodes": [
    {
      "parameters": {},
      "id": "manual-trigger",
      "name": "Manual Trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "GET",
        "url": "http://host.docker.internal/api/database/rows/table/YOUR_TABLE_ID/",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Token YOUR_BASEROW_API_TOKEN"
            }
          ]
        },
        "options": {}
      },
      "id": "get-baserow-data",
      "name": "Get Baserow Data",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        450,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://host.docker.internal/api/database/rows/table/YOUR_TABLE_ID/",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Token YOUR_BASEROW_API_TOKEN"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "field_123",
              "value": "Sample Value"
            },
            {
              "name": "field_456",
              "value": "Another Value"
            }
          ]
        },
        "options": {}
      },
      "id": "create-baserow-row",
      "name": "Create Baserow Row",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        650,
        300
      ]
    },
    {
      "parameters": {
        "method": "PATCH",
        "url": "http://host.docker.internal/api/database/rows/table/YOUR_TABLE_ID/ROW_ID/",
        "authentication": "genericCredentialType",
        "genericAuthType": "httpHeaderAuth",
        "sendHeaders": true,
        "headerParameters": {
          "parameters": [
            {
              "name": "Authorization",
              "value": "Token YOUR_BASEROW_API_TOKEN"
            },
            {
              "name": "Content-Type",
              "value": "application/json"
            }
          ]
        },
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "field_123",
              "value": "Updated Value"
            }
          ]
        },
        "options": {}
      },
      "id": "update-baserow-row",
      "name": "Update Baserow Row",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        850,
        300
      ]
    }
  ],
  "connections": {
    "Manual Trigger": {
      "main": [
        [
          {
            "node": "Get Baserow Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Baserow Data": {
      "main": [
        [
          {
            "node": "Create Baserow Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Baserow Row": {
      "main": [
        [
          {
            "node": "Update Baserow Row",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {},
  "versionId": "1",
  "id": "baserow-integration-example",
  "tags": []
}
Pro

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

About this workflow

Baserow Integration Example. Uses httpRequest. Event-driven trigger; 4 nodes.

Source: https://github.com/Bodhi1111/n8n-cursor-integration/blob/2d6004ecb4db7bf2d51369260e9a5ea75523009b/examples/baserow-n8n-integration.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

front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.

N8N Nodes Wts, HTTP Request
Web Scraping

Community Node Disclaimer: This workflow uses KlickTipp community nodes.

N8N Nodes Klicktipp, Custom, HTTP Request
Web Scraping

This workflow takes an image URL and a description of the desired background, then uses the APImage AI API to produce a high-quality image, preserving the subject and applying a natural-looking new ba

HTTP Request, Form Trigger, Google Drive
Web Scraping

Anyone who wants a dead-simple, free-tier friendly way to run custom API logic on Google Cloud Run and call it securely from n8n—no public exposure, no local hosting.

Jwt, HTTP Request
Web Scraping

This workflow automates the process of extracting text from receipt or document images using OCR.space and presenting the results in a clean, styled form.

Form Trigger, HTTP Request, Form