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 →
{
"nodes": [
{
"id": "t1",
"name": "Sync Interval",
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1,
"position": [
100,
200
],
"parameters": {}
},
{
"id": "n2",
"name": "Fetch MySQL mock API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
300,
200
],
"parameters": {
"url": "https://api.mysql-mock.com/rows",
"method": "GET"
}
},
{
"id": "n3",
"name": "Map Airtable schema",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
500,
200
],
"parameters": {}
},
{
"id": "n4",
"name": "Airtable Upsert API",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 3,
"position": [
700,
200
],
"parameters": {
"url": "https://api.airtable.com/v0/app123/records",
"method": "PATCH"
}
}
],
"connections": {
"Sync Interval": {
"main": [
[
{
"node": "Fetch MySQL mock API",
"type": "main",
"index": 0
}
]
]
},
"Fetch MySQL mock API": {
"main": [
[
{
"node": "Map Airtable schema",
"type": "main",
"index": 0
}
]
]
},
"Map Airtable schema": {
"main": [
[
{
"node": "Airtable Upsert API",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Flowforge N8N. Uses httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/mOHAD44DSFASF/flowforge-n8n/blob/main/templates/workflows/airtable-sync/workflow.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.
Absen Otomatis. Uses ssh, httpRequest. Scheduled trigger; 11 nodes.
ELYVN Deploy Verifier. Uses httpRequest. Scheduled trigger; 6 nodes.
03 · Auditoria Diária — Carlos. Uses httpRequest. Scheduled trigger; 6 nodes.
Fechamento Mensal - Automação. Uses httpRequest, emailSend. Scheduled trigger; 6 nodes.