n8n
Workflow
Create Update And Get An Item From Webflow
This n8n workflow creates tasks and integrates with various services. Create Update And Get An Item From Webflow - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow creates tasks and integrates with various services. Create Update And Get An Item From Webflow - ready to import and run in your n8n instance.
Features:
- Automates workflow tasks
- Ready to import into n8n
- Configurable parameters
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
200
],
"parameters": [],
"typeVersion": 1,
"id": "ad725700-2ba0-4cfd-90aa-d03d71cfc4c8"
},
{
"name": "Webflow",
"type": "n8n-nodes-base.webflow",
"position": [
450,
200
],
"parameters": {
"siteId": "601788abebf7aa35c1b038a1",
"fieldsUi": {
"fieldValues": [
{
"fieldId": "name",
"fieldValue": "n8n"
},
{
"fieldId": "slug",
"fieldValue": "n8n"
},
{
"fieldId": "_archived",
"fieldValue": "false"
},
{
"fieldId": "_draft",
"fieldValue": "false"
}
]
},
"operation": "create",
"collectionId": "601788ab33a62ac6a2a0284c"
},
"credentials": {
"webflowApi": "Webflow Credentials"
},
"typeVersion": 1,
"id": "ed2b12d7-c180-40fb-b86a-b8b894076cec"
},
{
"name": "Webflow2",
"type": "n8n-nodes-base.webflow",
"position": [
650,
200
],
"parameters": {
"itemId": "={{$json[\"_id\"]}}",
"siteId": "601788abebf7aa35c1b038a1",
"fieldsUi": {
"fieldValues": [
{
"fieldId": "name",
"fieldValue": "={{$json[\"name\"]}}"
},
{
"fieldId": "slug",
"fieldValue": "={{$json[\"slug\"]}}"
},
{
"fieldId": "_archived",
"fieldValue": "={{$json[\"_archived\"]}}"
},
{
"fieldId": "_draft",
"fieldValue": "={{$json[\"_draft\"]}}"
},
{
"fieldId": "avatar",
"fieldValue": "https://n8n.io/n8n-logo.png"
}
]
},
"operation": "update",
"collectionId": "601788ab33a62ac6a2a0284c"
},
"credentials": {
"webflowApi": "Webflow Credentials"
},
"typeVersion": 1,
"id": "802129d2-a1dd-443a-a4e6-4b7ded2562e7"
},
{
"name": "Webflow1",
"type": "n8n-nodes-base.webflow",
"position": [
850,
200
],
"parameters": {
"itemId": "={{$json[\"_id\"]}}",
"siteId": "601788abebf7aa35c1b038a1",
"collectionId": "601788ab33a62ac6a2a0284c"
},
"credentials": {
"webflowApi": "Webflow Credentials"
},
"typeVersion": 1,
"id": "380fd40a-7a26-4f61-8ef4-f1393240dca6"
}
],
"connections": {
"Webflow": {
"main": [
[
{
"node": "Webflow2",
"type": "main",
"index": 0
}
]
]
},
"Webflow2": {
"main": [
[
{
"node": "Webflow1",
"type": "main",
"index": 0
}
]
]
},
"On clicking 'execute'": {
"main": [
[
{
"node": "Webflow",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n
#automation
#workflow