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": "Listar Tactos",
"nodes": [
{
"parameters": {
"path": "tactos",
"responseMode": "responseNode",
"options": {}
},
"id": "c51022ac-f02e-4329-bea9-06f5cdb779b8",
"name": "Webhook Listar Tactos",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
624,
336
]
},
{
"parameters": {
"documentId": {
"__rl": true,
"value": "1jcH9i34wiz3YTQGp9GIlfD-K4wz3Ees67uyPqMYSWCw",
"mode": "id"
},
"sheetName": {
"__rl": true,
"value": "tactos",
"mode": "name"
},
"options": {}
},
"id": "7d362466-9bc5-45f6-a53b-74824e3b3de6",
"name": "Leer Sheet Tactos",
"type": "n8n-nodes-base.googleSheets",
"typeVersion": 4,
"position": [
848,
336
],
"credentials": {
"googleSheetsOAuth2Api": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ JSON.stringify({ ok: true, data: $input.all().map(i => i.json) }) }}",
"options": {
"responseCode": 200,
"responseHeaders": {
"entries": [
{
"name": "Access-Control-Allow-Origin",
"value": "*"
}
]
}
}
},
"id": "47cf9b3e-5924-448c-897a-44c3b8176eb7",
"name": "Respuesta Lista",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
1072,
336
]
}
],
"connections": {
"Webhook Listar Tactos": {
"main": [
[
{
"node": "Leer Sheet Tactos",
"type": "main",
"index": 0
}
]
]
},
"Leer Sheet Tactos": {
"main": [
[
{
"node": "Respuesta Lista",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1",
"binaryMode": "separate"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
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.
googleSheetsOAuth2Api
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Listar Tactos. Uses googleSheets. Webhook trigger; 3 nodes.
Source: https://github.com/pgb47/gestion-agropecuaria/blob/main/n8n/workflows/Listar_Tactos.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.
Googlesheets Respondtowebhook. Uses respondToWebhook, googleSheets, stickyNote. Webhook trigger; 7 nodes.
This workflow provides Retell agent builders with a simple way to populate dynamic variables using n8n. The workflow fetches user information from a Google Sheet based on the phone number and sends it
This workflow automates customer support for SMEs in five simple steps: Capture requests via a Webhook connected to a contact form. Extract the message to make processing easier. Check categories (e.g
Order Management Workflow. Uses googleSheets. Webhook trigger; 7 nodes.
Googlesheets Respondtowebhook Import Webhook. Uses googleSheets. Webhook trigger; 7 nodes.