This workflow follows the HTTP Request → Postgres 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": "Webhook HTTP Postgres",
"nodes": [
{
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"parameters": {
"path": "mcp/ingest",
"httpMethod": "POST"
},
"position": [
200,
200
]
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"parameters": {
"method": "GET",
"url": "https://api.example.com/data"
},
"position": [
500,
200
]
},
{
"name": "Postgres",
"type": "n8n-nodes-base.postgres",
"typeVersion": 1,
"parameters": {
"operation": "insert",
"schema": "public",
"table": "events"
},
"position": [
800,
200
]
}
],
"connections": [
{
"fromNode": "Webhook",
"toNode": "HTTP Request"
},
{
"fromNode": "HTTP Request",
"toNode": "Postgres"
}
],
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Webhook HTTP Postgres. Uses httpRequest, postgres. Webhook trigger; 3 nodes.
Source: https://github.com/CodeHalwell/n8n-mcp/blob/220dfd70a0dd6f7609d63a5125e022661b71ed63/templates/webhook-http-postgres.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.
Scraping. Uses httpRequest, postgres, @apify/n8n-nodes-apify, respondToWebhook. Webhook trigger; 61 nodes.
Workflow B — AI Listing Engine. Uses httpRequest, postgres, errorTrigger. Webhook trigger; 47 nodes.
Fluxo de voluntárias ZendeskXANXBD. Uses functionItem, zendesk, httpRequest, postgres. Webhook trigger; 25 nodes.
Fluxo de voluntárias ZendeskXANXBD. Uses functionItem, zendesk, httpRequest, postgres. Webhook trigger; 25 nodes.
Fluxo de voluntárias ZendeskXANXBD. Uses functionItem, zendesk, httpRequest, postgres. Webhook trigger; 25 nodes.