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": "Stream Start Workflow",
"nodes": [
{
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook"
},
{
"name": "Twitch - Go Live",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "YouTube - Update Livestream",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "Facebook - Start Broadcast",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "Discord - Notify",
"type": "n8n-nodes-base.httpRequest"
},
{
"name": "DB Update",
"type": "n8n-nodes-base.postgres"
},
{
"name": "Avatar Greeting",
"type": "n8n-nodes-base.httpRequest"
}
],
"connections": {}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Stream Start Workflow. Uses httpRequest, postgres. Webhook trigger; 7 nodes.
Source: https://github.com/SwanyThree23/333333/blob/7f16072f8b9007b4e8a7a3f65db67fc851871cd1/n8n-workflows/stream-start.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.
Webhook HTTP Postgres. Uses httpRequest, postgres. Webhook trigger; 3 nodes.
CMM. Uses httpRequest, postgres, redis. Webhook trigger; 90 nodes.
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.
LogSentinel Workflow. Uses postgres, emailSend, httpRequest. Webhook trigger; 44 nodes.