1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387{
"data": {
"startData": {},
"resultData": {
"runData": {
"Start": [
{
"hints": [],
"startTime": 1738078276358,
"executionTime": 0,
"source": [],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful1": [
{
"hints": [],
"startTime": 1738078276359,
"executionTime": 479,
"source": [
{
"previousNode": "Start"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"id": "title",
"name": "Title",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "slug",
"name": "Slug",
"type": "Symbol",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "heroImage",
"name": "Hero Image",
"type": "Link",
"localized": false,
"required": true,
"disabled": false,
"omitted": false,
"linkType": "Asset"
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "description",
"name": "Description",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "body",
"name": "Body",
"type": "Text",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "author",
"name": "Author",
"type": "Link",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"linkType": "Entry"
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "publishDate",
"name": "Publish Date",
"type": "Date",
"localized": false,
"required": true,
"disabled": false,
"omitted": false
},
"pairedItem": {
"item": 0
}
},
{
"json": {
"id": "tags",
"name": "Tags",
"type": "Array",
"localized": false,
"required": false,
"disabled": false,
"omitted": false,
"items": {
"object": true
}
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful": [
{
"hints": [],
"startTime": 1738078276839,
"executionTime": 1415,
"source": [
{
"previousNode": "Start"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"title": "Static sites are great",
"slug": "static-sites-are-great",
"heroImage": {
"object": true
},
"description": "Worry less about security, caching, and talking to the server. Static sites are the new thing.",
"body": "## The case for the static site generator\n\nMore and more developers are jumping on the \"go static train\", and rightfully so. Static pages are fast, lightweight, they scale well. They are more secure, and simple to maintain and they allow you to focus all your time and effort on the user interface. Often times, this dedication really shows.\n\nIt just so happens that static site generators are mostly loved by developers, but not by the average Joe. They do not offer WYSIWYG, previewing on demo sites may take an update cycle, they are often based on markdown text files, and they require some knowledge of modern day repositories.\n\nMoreover, when teams are collaborating, it can get complicated quickly. Has this article already been proof-read or reviewed? Is this input valid? Are user permissions available, e.g. for administering adding and removing team members? Can this article be published at a future date? How can a large repository of content be categorized, organized, and searched? All these requirements have previously been more or less solved within the admin area of your CMS. But of course with all the baggage that made you leave the appserver-app-database-in-one-big-blob stack in the first place.\n\n## Content APIs to the rescue\n\nAn alternative is decoupling the content management aspect from the system. And then replacing the maintenance prone server with a cloud based web service offering. Effectively, instead of your CMS of old, you move to a [Content Management as a Service (CMaaS)](https://www.contentful.com/r/knowledgebase/content-as-a-service/ \"Content Management as a Service (CMaaS)\") world, with a content API to deliver all your content. That way, you get the all the [benefits of content management features](http://www.digett.com/blog/01/16/2014/pairing-static-websites-cms \"benefits of content management features\") while still being able to embrace the static site generator mantra.\n\nIt so happens that Contentful is offering just that kind of content API. A service that\n\n* from the ground up has been designed to be fast, scalable, secure, and offer high uptime, so that you don’t have to worry about maintenance ever again.\n* offers a powerful editor and lots of flexibility in creating templates for your documents that your editors can reuse and combine, so that no developers resources are required in everyday writing and updating tasks.\n* separates content from presentation, so you can reuse your content repository for any device platform your heart desires. That way, you can COPE (\"create once, publish everywhere\").\n* offers webhooks that you can use to rebuild your static site in a fully automated fashion every time your content is modified.\n\nExtracted from the article [CMS-functionality for static site generators](https://www.contentful.com/r/knowledgebase/contentful-api-cms-static-site-generators/ \"CMS-functionality for static site generators\"). Read more about the [static site generators supported by Contentful](https://www.contentful.com/developers/docs/tools/staticsitegenerators/ \"static site generators supported by Contentful\").",
"author": {
"object": true
},
"publishDate": "2017-05-16T00:00+02:00",
"tags": [
"json array"
]
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful5": [
{
"hints": [],
"startTime": 1738078278254,
"executionTime": 1378,
"source": [
{
"previousNode": "Start"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"code": "en-US",
"name": "English (United States)",
"default": true,
"fallbackCode": {
"object": true
},
"sys": {
"object": true
}
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful2": [
{
"hints": [],
"startTime": 1738078279633,
"executionTime": 1436,
"source": [
{
"previousNode": "Start"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"title": "TestAsset",
"file": {
"object": true
}
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful6": [
{
"hints": [],
"startTime": 1738078281070,
"executionTime": 2390,
"source": [
{
"previousNode": "Start"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"sys": {
"object": true
},
"name": "n8n",
"locales": [
"json array"
]
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful4": [
{
"hints": [],
"startTime": 1738078283460,
"executionTime": 1,
"source": [
{
"previousNode": "Contentful"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"title": "Static sites are great",
"slug": "static-sites-are-great",
"heroImage": {
"object": true
},
"description": "Worry less about security, caching, and talking to the server. Static sites are the new thing.",
"body": "## The case for the static site generator\n\nMore and more developers are jumping on the \"go static train\", and rightfully so. Static pages are fast, lightweight, they scale well. They are more secure, and simple to maintain and they allow you to focus all your time and effort on the user interface. Often times, this dedication really shows.\n\nIt just so happens that static site generators are mostly loved by developers, but not by the average Joe. They do not offer WYSIWYG, previewing on demo sites may take an update cycle, they are often based on markdown text files, and they require some knowledge of modern day repositories.\n\nMoreover, when teams are collaborating, it can get complicated quickly. Has this article already been proof-read or reviewed? Is this input valid? Are user permissions available, e.g. for administering adding and removing team members? Can this article be published at a future date? How can a large repository of content be categorized, organized, and searched? All these requirements have previously been more or less solved within the admin area of your CMS. But of course with all the baggage that made you leave the appserver-app-database-in-one-big-blob stack in the first place.\n\n## Content APIs to the rescue\n\nAn alternative is decoupling the content management aspect from the system. And then replacing the maintenance prone server with a cloud based web service offering. Effectively, instead of your CMS of old, you move to a [Content Management as a Service (CMaaS)](https://www.contentful.com/r/knowledgebase/content-as-a-service/ \"Content Management as a Service (CMaaS)\") world, with a content API to deliver all your content. That way, you get the all the [benefits of content management features](http://www.digett.com/blog/01/16/2014/pairing-static-websites-cms \"benefits of content management features\") while still being able to embrace the static site generator mantra.\n\nIt so happens that Contentful is offering just that kind of content API. A service that\n\n* from the ground up has been designed to be fast, scalable, secure, and offer high uptime, so that you don’t have to worry about maintenance ever again.\n* offers a powerful editor and lots of flexibility in creating templates for your documents that your editors can reuse and combine, so that no developers resources are required in everyday writing and updating tasks.\n* separates content from presentation, so you can reuse your content repository for any device platform your heart desires. That way, you can COPE (\"create once, publish everywhere\").\n* offers webhooks that you can use to rebuild your static site in a fully automated fashion every time your content is modified.\n\nExtracted from the article [CMS-functionality for static site generators](https://www.contentful.com/r/knowledgebase/contentful-api-cms-static-site-generators/ \"CMS-functionality for static site generators\"). Read more about the [static site generators supported by Contentful](https://www.contentful.com/developers/docs/tools/staticsitegenerators/ \"static site generators supported by Contentful\").",
"author": {
"object": true
},
"publishDate": "2017-05-16T00:00+02:00",
"tags": [
"json array"
]
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
],
"Contentful3": [
{
"hints": [],
"startTime": 1738078283461,
"executionTime": 0,
"source": [
{
"previousNode": "Contentful2"
}
],
"executionStatus": "success",
"data": {
"main": [
[
{
"json": {
"title": "TestAsset",
"file": {
"object": true
}
},
"pairedItem": {
"item": 0
}
}
]
]
}
}
]
},
"lastNodeExecuted": "Contentful3"
},
"executionData": {
"contextData": {},
"nodeExecutionStack": [],
"metadata": {},
"waitingExecution": {},
"waitingExecutionSource": {}
}
},
"mode": "cli",
"startedAt": "2025-01-28T15:31:16.357Z",
"stoppedAt": "2025-01-28T15:31:23.461Z",
"status": "running",
"finished": true
}