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": "AgriPrecision \u2014 latido n8n (workflow_ejecucion)",
"nodes": [
{
"parameters": {},
"id": "11111111-aaaa-bbbb-cccc-dddddddddd01",
"name": "Probar manualmente",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
180,
300
]
},
{
"parameters": {
"operation": "executeQuery",
"query": "INSERT INTO workflow_ejecucion (workflow_nombre, inicio_ejecucion, fin_ejecucion, estado, parametros_entrada) VALUES ('n8n-heartbeat-agriprecision', NOW(), NOW(), 'completado', '{\"fuente\":\"n8n\",\"tipo\":\"heartbeat\"}'::jsonb);",
"options": {}
},
"id": "11111111-aaaa-bbbb-cccc-dddddddddd02",
"name": "Insertar en workflow_ejecucion",
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.5,
"position": [
420,
300
],
"credentials": {}
}
],
"connections": {
"Probar manualmente": {
"main": [
[
{
"node": "Insertar en workflow_ejecucion",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"active": false,
"meta": {
"templateCredsSetupCompleted": false
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
AgriPrecision — latido n8n (workflow_ejecucion). Uses postgres. Event-driven trigger; 2 nodes.
Source: https://github.com/GermainCruz/precision-agriculture/blob/21c423815facc03f774eb6ce92c84f9f656f6df5/n8n-workflows/workflow-heartbeat.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.
Calidad de Lata — 7b) Tool Consultar Evidencias. Uses executeWorkflowTrigger, postgres. Event-driven trigger; 5 nodes.
Convert Postgresql Table To Csv. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.
Create A Table In Postgres And Insert Data. Uses manualTrigger, postgres. Event-driven trigger; 4 nodes.
PostgreSQL export to CSV. Uses manualTrigger, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.
How to automatically import CSV files into postgres. Uses manualTrigger, readBinaryFile, spreadsheetFile, postgres. Event-driven trigger; 4 nodes.