The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-02-25T13:38:22.940Z",
"updatedAt": "2021-02-25T13:38:22.940Z",
"id": "70",
"name": "Contentful-delivery-api:locale:getAll:entry:getAll:ContentType:get:Asset:getAll get:Space:get",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
260,
390
],
"id": "92fcb1c3-e481-4350-910b-99de6956a87d"
},
{
"parameters": {
"operation": "getAll",
"limit": 1,
"additionalFields": {
"content_type": "blogPost"
}
},
"name": "Contentful",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
550,
250
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"id": "e85d9486-96dc-4f89-9ab6-b0b91b1968df"
},
{
"parameters": {
"resource": "contentType",
"contentTypeId": "blogPost",
"additionalFields": {}
},
"name": "Contentful1",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
550,
420
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"id": "4958d8ff-37dd-4086-a90b-fcf608a48d26"
},
{
"parameters": {
"resource": "asset",
"limit": 1,
"additionalFields": {}
},
"name": "Contentful2",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
550,
570
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"id": "4dabb763-4379-4d65-b484-0dc528535896"
},
{
"parameters": {
"resource": "asset",
"operation": "get",
"assetId": "5UvpPFo279OoVXHLRXqlo9"
},
"name": "Contentful3",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
700,
570
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"disabled": true,
"id": "cd08d703-328c-4f6e-a0e5-5681f2aa208a"
},
{
"parameters": {
"entryId": "={{$node[\"Contentful\"].json[\"author\"][\"sys\"][\"id\"]}}"
},
"name": "Contentful4",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
700,
250
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"disabled": true,
"id": "f53c8f63-386c-491a-b5f9-119f27aaa421"
},
{
"parameters": {
"resource": "locale",
"limit": 1
},
"name": "Contentful5",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
550,
100
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"id": "429edf92-f2cf-4897-ba31-9413f57b0a46"
},
{
"parameters": {
"resource": "space"
},
"name": "Contentful6",
"type": "n8n-nodes-base.contentful",
"typeVersion": 1,
"position": [
550,
730
],
"credentials": {
"contentfulApi": {
"name": "<your credential>"
}
},
"id": "36e76b3d-fb38-4abe-a4b9-81c8604f87f8"
}
],
"connections": {
"Contentful": {
"main": [
[
{
"node": "Contentful4",
"type": "main",
"index": 0
}
]
]
},
"Contentful2": {
"main": [
[
{
"node": "Contentful3",
"type": "main",
"index": 0
}
]
]
},
"Start": {
"main": [
[
{
"node": "Contentful5",
"type": "main",
"index": 0
},
{
"node": "Contentful",
"type": "main",
"index": 0
},
{
"node": "Contentful1",
"type": "main",
"index": 0
},
{
"node": "Contentful2",
"type": "main",
"index": 0
},
{
"node": "Contentful6",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
contentfulApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Contentful-delivery-api:locale:getAll:entry:getAll:ContentType:get:Asset:getAll get:Space:get. Uses start, contentful. Manual trigger; 8 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/70.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Ghost:Post(Admin API):create update get getAll delete:Post(Content API):getAll get. Uses start, ghost. Manual trigger; 8 nodes.
Get All The Entries From Contentful. Uses manualTrigger, contentful. Event-driven trigger; 2 nodes.
Manual Contentful. Uses manualTrigger, contentful. Event-driven trigger; 2 nodes.
This n8n workflow automatically syncs your WordPress website content — including posts, categories, tags, and media — into Google Sheets.
wordpress_fb. Uses googleSheets, httpRequest. Event-driven trigger; 28 nodes.