n8n Workflow

Access Data From Bubble Application

This n8n workflow automates tasks using Bubble. Access Data From Bubble Application - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow automates tasks using Bubble. Access Data From Bubble Application - ready to import and run in your n8n instance.
Features:
  • Makes HTTP requests to external APIs
  • Integrates with Bubble
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "b2cd22d5-4485-43a8-87a5-d4bd80004da5"
        },
        {
            "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,
            "id": "d850df0c-ea11-4775-a422-8f1fcae55909"
        }
    ],
    "connections": {
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, Bubble API credentials
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows