n8n
Workflow
Create Update And Get An Object From Bubble
This n8n workflow automates tasks using Bubble. Create Update And Get An Object From Bubble - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Bubble. Create Update And Get An Object From Bubble - ready to import and run in your n8n instance.
Features:
- Integrates with Bubble
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "Bubble",
"type": "n8n-nodes-base.bubble",
"position": [
450,
280
],
"parameters": {
"typeName": "Doc",
"operation": "create",
"properties": {
"property": [
{
"key": "Name",
"value": "Bubble"
}
]
}
},
"credentials": {
"bubbleApi": "Bubble API Credentials"
},
"typeVersion": 1,
"id": "3b623bcb-c69d-4299-8f2f-9018b42dd97d"
},
{
"name": "Bubble1",
"type": "n8n-nodes-base.bubble",
"position": [
650,
280
],
"parameters": {
"objectId": "={{$json[\"id\"]}}",
"typeName": "={{$node[\"Bubble\"].parameter[\"typeName\"]}}",
"operation": "update",
"properties": {
"property": [
{
"key": "Name",
"value": "Bubble node"
}
]
}
},
"credentials": {
"bubbleApi": "Bubble API Credentials"
},
"typeVersion": 1,
"id": "0e43213b-ffd6-4d85-a0b8-90e954d4cad3"
},
{
"name": "Bubble2",
"type": "n8n-nodes-base.bubble",
"position": [
850,
280
],
"parameters": {
"objectId": "={{$node[\"Bubble\"].json[\"id\"]}}",
"typeName": "={{$node[\"Bubble\"].parameter[\"typeName\"]}}"
},
"credentials": {
"bubbleApi": "Bubble API Credentials"
},
"typeVersion": 1,
"id": "afdfc177-d4e4-476a-9b62-c7e3aa08d41c"
}
],
"connections": {
"Bubble": {
"main": [
[
{
"node": "Bubble1",
"type": "main",
"index": 0
}
]
]
},
"Bubble1": {
"main": [
[
{
"node": "Bubble2",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Bubble API credentials
Tags
#n8n
#automation
#workflow