Workflow: Manual HTTP Automation

Workflow Details

Download Workflow
{
    "id": "15",
    "name": "Bubble Data Access",
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                450,
                300
            ],
            "parameters": {
                "url": "https:\/\/n8n-lessons.bubbleapps.io\/version-test\/api\/1.1\/obj\/user",
                "options": [],
                "authentication": "headerAuth"
            },
            "credentials": {
                "httpHeaderAuth": "Bubble n8n Lessons Token"
            },
            "typeVersion": 1
        }
    ],
    "active": false,
    "settings": [],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Noop GoogleSheets Create Webhook
View
Automating Betting Data Retrieval with TheOddsAPI and Airtable
View
Manual Keap Automate Triggered
View
HTTP Stickynote Process Webhook
View
Code Schedule Send Scheduled
View
Send daily weather updates via a push notification using the Pushcut node
View
Extractfromfile Manual Automation Webhook
View
HTTP Twitter Automation Scheduled
View
Workflow Results to Markdown Notes in Your Obsidian Vault, via Google Drive
View
Wait Schedule Create Scheduled
View