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

Calendly Noop Create Triggered
View
GitHub Aggregate Create Webhook
View
Functionitem Manual Import Scheduled
View
Travel AssistantAgent
View
Extract spend details (template)
View
Telegram Wait Automate Triggered
View
HTTP Rssfeedread Create Webhook
View
HTTP Gitlab Automation Webhook
View
Example - Backup n8n to Nextcloud
View
Respondtowebhook Stickynote Automate Webhook
View