This workflow follows the Google Sheets → 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": "flujo_pov_videos_gratis",
"nodes": [
{
"parameters": {},
"name": "Disparador Manual",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
200,
200
]
},
{
"parameters": {
"authentication": "serviceAccount",
"sheetId": "1a51BQUCMXsoRog4f1wQfLmQ6L7eMriXCd1lIhrkamPI",
"range": "Ideas!A2:A"
},
"name": "Leer Temas desde Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 1,
"position": [
400,
200
],
"credentials": {
"googleSheetsServiceAccount": "<your credential>"
}
},
{
"parameters": {
"url": "https://api-inference.huggingface.co/models/bigscience/bloomz-560m",
"method": "POST",
"sendHeaders": true,
"headerParametersUi": {
"parameter": [
{
"name": "Authorization",
"value": "Bearer TU_TOKEN_DE_HUGGINGFACE"
}
]
},
"jsonParameters": true,
"options": {},
"bodyParametersJson": "{\"inputs\": \"Redacta un gui\u00f3n viral estilo POV (en primera persona) de m\u00e1ximo 150 palabras sobre: {{$json[\\\"values\\\"][0]}}\"}"
},
"name": "Generar Gui\u00f3n con IA",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
600,
200
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "audioUrl",
"value": "https://fake-audio-host.com/audio.mp3"
}
]
}
},
"name": "Simular Audio",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
800,
200
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "imagenUrl",
"value": "https://fake-image.com/imagen.png"
}
]
}
},
"name": "Simular Imagen",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
1000,
200
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "videoUrl",
"value": "https://fake-video.com/video.mp4"
}
]
}
},
"name": "Simular Video",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
1200,
200
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "estadoPublicacion",
"value": "Publicado en YouTube (simulado)"
}
]
}
},
"name": "Simular Publicaci\u00f3n",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
1400,
200
]
},
{
"parameters": {
"authentication": "serviceAccount",
"sheetId": "1a51BQUCMXsoRog4f1wQfLmQ6L7eMriXCd1lIhrkamPI",
"range": "Ideas!G2:G",
"valueInputMode": "USER_ENTERED",
"options": {},
"data": {
"values": [
[
"Publicado"
]
]
}
},
"name": "Actualizar Google Sheets",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 1,
"position": [
1600,
200
],
"credentials": {
"googleSheetsServiceAccount": "<your credential>"
}
}
],
"connections": {
"Disparador Manual": {
"main": [
[
{
"node": "Leer Temas desde Google Sheets",
"type": "main",
"index": 0
}
]
]
},
"Leer Temas desde Google Sheets": {
"main": [
[
{
"node": "Generar Gui\u00f3n con IA",
"type": "main",
"index": 0
}
]
]
},
"Generar Gui\u00f3n con IA": {
"main": [
[
{
"node": "Simular Audio",
"type": "main",
"index": 0
}
]
]
},
"Simular Audio": {
"main": [
[
{
"node": "Simular Imagen",
"type": "main",
"index": 0
}
]
]
},
"Simular Imagen": {
"main": [
[
{
"node": "Simular Video",
"type": "main",
"index": 0
}
]
]
},
"Simular Video": {
"main": [
[
{
"node": "Simular Publicaci\u00f3n",
"type": "main",
"index": 0
}
]
]
},
"Simular Publicaci\u00f3n": {
"main": [
[
{
"node": "Actualizar Google Sheets",
"type": "main",
"index": 0
}
]
]
}
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
googleSheetsServiceAccount
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
flujo_pov_videos_gratis. Uses googleSheets, httpRequest. Event-driven trigger; 8 nodes.
Source: https://github.com/isa09quezada/n8n-flujos/blob/e1540fda5ed3ad06608e7c6f182b1e51cc84cf1d/N8N_Autom — 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.
TrackCollect_deeper. Uses googleSheets, httpRequest, @n-octo-n/n8n-nodes-json-database, itemLists. Event-driven trigger; 80 nodes.
This template is ideal for solo store owners, eCommerce marketers, automation beginners, or anyone using Shopify and Gmail who wants to recover lost revenue without coding.
PCN. Uses googleSheets, httpRequest, @n-octo-n/n8n-nodes-json-database, itemLists. Event-driven trigger; 60 nodes.
Product Ad Machine. Uses googleDrive, googleSheets, httpRequest, @ffmpeg-micro/n8n-nodes-ffmpeg-micro. Event-driven trigger; 60 nodes.
Basic AI SEO KW Research n8n DataForSEO Gumroad 030125. Uses googleSheets, googleDrive, httpRequest. Event-driven trigger; 56 nodes.