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 →
{
"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": []
}
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Manualtrigger Workflow. Uses httpRequest, shopify. Event-driven trigger; 13 nodes.
front. Uses n8n-nodes-wts, httpRequest. Event-driven trigger; 12 nodes.
Community Node Disclaimer: This workflow uses KlickTipp community nodes.
Restore your credentials from GitHub. Uses httpRequest, github, n8n. Event-driven trigger; 11 nodes.
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