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": "My workflow",
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
-300,
-40
],
"id": "78908140-1551-4ee1-890e-c712b58adf80",
"name": "Webhook"
},
{
"parameters": {},
"type": "n8n-nodes-base.postgres",
"typeVersion": 2.6,
"position": [
120,
-40
],
"id": "7f000bd3-694d-4528-a176-c261e003a0d2",
"name": "Postgres",
"credentials": {
"postgres": {
"name": "<your credential>"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-80,
-40
],
"id": "472603a5-84b1-4049-83bc-7f355162f929",
"name": "Edit Fields"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Postgres",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "aa31ceda-4418-4927-8ad3-3b0a61528c88",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "bdYQGhpDmUt4oOZt",
"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.
postgres
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Endpoint2Db. Uses postgres. Webhook trigger; 3 nodes.
Source: https://github.com/KirstenC2/n8n/blob/2efcc322abe3e5ef73432279eba17435043eab3f/flows/endpoint2db.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.
Text-to-SQL: Check Status. Uses postgres. Webhook trigger; 5 nodes.
Register Company Workflow. Uses start, postgres. Webhook trigger; 4 nodes.
AI Rating Collector. Uses postgres, respondToWebhook. Webhook trigger; 3 nodes.