n8n
Workflow
Get All The Entries From Contentful
This n8n workflow automates tasks using Contentful. Get All The Entries From Contentful - ready to import and run in your n8n instance.
n8n
workflow.json
About This Script
This n8n workflow automates tasks using Contentful. Get All The Entries From Contentful - ready to import and run in your n8n instance.
Features:
- Integrates with Contentful
- Retrieves data from external sources
Source Code
{
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
150,
300
],
"parameters": [],
"typeVersion": 1,
"id": "5442cc71-4b8d-4609-b789-edb90b59e7f5"
},
{
"name": "Contentful",
"type": "n8n-nodes-base.contentful",
"position": [
350,
300
],
"parameters": {
"operation": "getAll",
"returnAll": true,
"additionalFields": []
},
"credentials": {
"contentfulApi": "contentful"
},
"typeVersion": 1,
"id": "4f2821da-dfac-4068-916e-6c81592f0018"
}
],
"connections": {
"On clicking 'execute'": {
"main": [
[
{
"node": "Contentful",
"type": "main",
"index": 0
}
]
]
}
},
"n8n_version": "1.5.0"
}
Requirements
n8n instance, Contentful API credentials
Tags
#n8n
#automation
#workflow