This workflow follows the Google Drive → 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": "Instagram Auto Post AI Agent (Error Proof)",
"nodes": [
{
"name": "Cron Every Hour",
"type": "n8n-nodes-base.cron"
},
{
"name": "List Videos",
"type": "n8n-nodes-base.googleDrive"
},
{
"name": "AI Caption",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "Create Media Container",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "Wait 30 Seconds",
"type": "n8n-nodes-base.wait"
},
{
"name": "Check Status",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "If Finished",
"type": "n8n-nodes-base.if"
},
{
"name": "Publish Reel",
"type": "n8n-nodes-base.httpRequest"
}
],
"connections": {
"Cron Every Hour": [
"List Videos"
],
"List Videos": [
"AI Caption"
],
"AI Caption": [
"Create Media Container"
],
"Create Media Container": [
"Wait 30 Seconds"
],
"Wait 30 Seconds": [
"Check Status"
],
"Check Status": [
"If Finished"
],
"If Finished": [
"Publish Reel"
]
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Instagram Auto Post AI Agent (Error Proof). Uses googleDrive, httpRequest. Scheduled trigger; 8 nodes.
Source: https://gist.github.com/cctvarise-a11y/f6991b01b48460b229198cc96a0d2d98 — 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.
Blockify is a data optimization tool that takes messy, unstructured text, like hundreds of sales‑meeting transcripts or long proposals, and intelligently optimizes the data into small, easy‑to‑underst
AE3 - Send message linkedin via unipile (EC) - AE. Uses httpRequest, phantombuster, spreadsheetFile, formTrigger. Scheduled trigger; 29 nodes.
BSW Growth Agent · Lite (Free Tier). Uses googleSheets, googleDrive, httpRequest, gmail. Scheduled trigger; 21 nodes.
Founder's Discovery Engine. Uses googleSheets, googleDrive, httpRequest, gmail. Scheduled trigger; 21 nodes.
Consolidates daily revenue from Stripe, PayPal, Shopify, and bank feeds into a single system. The workflow automatically normalizes data across payment sources, uses AI to categorize income transactio