This workflow follows the Airtable → HTTP Request recipe pattern — see all workflows that pair these two integrations.
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": "Content Repurpose Flow",
"tag": "Content",
"nodes": [
{
"id": "1",
"name": "Cron Trigger",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
0,
0
],
"parameters": {
"triggerTimes": [
{
"hour": 8,
"minute": 0
}
]
}
},
{
"id": "2",
"name": "Fetch Airtable Briefs",
"type": "n8n-nodes-base.airtable",
"typeVersion": 3,
"position": [
300,
0
],
"parameters": {
"operation": "list",
"application": "airtable-agentkit",
"tableId": "tblBriefs",
"additionalOptions": {
"maxRecords": 10
}
}
},
{
"id": "3",
"name": "Generate Variations",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2,
"position": [
600,
0
],
"parameters": {
"url": "https://llm-gateway.internal/generate",
"method": "POST",
"jsonParameters": true,
"options": {
"timeout": 60
},
"body": {
"prompt": "{{ $json.title }}\n{{ $json.summary }}",
"tone": "educational",
"channels": [
"blog",
"social"
]
}
}
},
{
"id": "4",
"name": "Airtable - Upsert Approved Copy",
"type": "n8n-nodes-base.airtable",
"typeVersion": 3,
"position": [
900,
0
],
"parameters": {
"operation": "update",
"application": "airtable-agentkit",
"tableId": "tblBriefs",
"additionalOptions": {
"typecast": true
},
"updateAllFields": true
}
}
],
"connections": {
"Cron Trigger": {
"main": [
[
{
"node": "Fetch Airtable Briefs",
"type": "main",
"index": 0
}
]
]
},
"Fetch Airtable Briefs": {
"main": [
[
{
"node": "Generate Variations",
"type": "main",
"index": 0
}
]
]
},
"Generate Variations": {
"main": [
[
{
"node": "Airtable - Upsert Approved Copy",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionTimeout": 600,
"timezone": "UTC"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Content Repurpose Flow. Uses airtable, httpRequest. Scheduled trigger; 4 nodes.
Source: https://github.com/ChrisCruze/N8N-Agent-Kit/blob/2be84902f6f490b090cc749d78d8f2138e63b37e/examples/content-repurpose.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.
I prepared a detailed guide that shows the whole process of building an AI tool to analyze Instagram Reels using n8n.
AI_Content_Agent_35CT_Fallback. Uses airtable, httpRequest. Scheduled trigger; 11 nodes.
ContractMotion: FERC/PJM Project Sniper (Signal Feed). Uses httpRequest, agent, airtable. Scheduled trigger; 5 nodes.
This n8n automation workflow automates the creation, scripting, production, and posting of YouTube videos. It leverages AI (OpenAI), image generation (PIAPI), video rendering (Shotstack), and platform
Liminal Archives - Horror Ambience. Uses airtable, httpRequest, toolThink, agent. Scheduled trigger; 42 nodes.