Workflow: Manual Postgres Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "Postgres",
            "type": "n8n-nodes-base.postgres",
            "position": [
                450,
                300
            ],
            "parameters": {
                "query": "SELECT * from sometable;",
                "operation": "executeQuery"
            },
            "credentials": {
                "postgres": "postgres-creds"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "Postgres",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Receive updates when a new account is added by an admin in ActiveCampaign
View
Build an OpenAI Assistant with Google Drive Integration
View
Publish Videos & Images - Blotato
View
Code GitHub Create Scheduled
View
Send a cocktail recipe every day via a Telegram
View
Splitout Code Create Triggered
View
Bannerbear Discord Automation Webhook
View
Manual Start Automation Webhook
View
HTTP Schedule Create Scheduled
View
🎥 Gemini AI Video Analysis
View