Skip to content

Contentful#

The Contentful node allows you to automate work in Contentful, and integrate Contentful with other applications. n8n has built-in support for a wide range of Contentful features, including getting assets, content types, entries, locales, and space.

On this page, you'll find a list of operations the Contentful node supports and links to more resources.

Credentials

Refer to Contentful credentials for guidance on setting up authentication.

Examples and templates

For usage examples and templates to help you get started, take a look at n8n's Contentful integrations list.

Basic Operations#

  • Asset
    • Get
    • Get All
  • Content Type
    • Get
  • Entry
    • Get
    • Get All
  • Locale
    • Get All
  • Space
    • Get

Example Usage#

This workflow allows you to get all the entries using the Delivery API of Contentful. You can also find the workflow on n8n.io. This example usage workflow would use the following nodes. - Start - Contentful

The final workflow should look like the following image.

A workflow with the Contentful node

1. Start node#

The start node exists by default when you create a new workflow.

2. Contentful node#

  1. First of all, you'll have to enter credentials for the Contentful node. You can find out how to do that here.
  2. Select 'Get All' from the Operation dropdown list.
  3. Toggle Return All to true.
  4. Click on Execute Node to run the node.

Using the Contentful node to get all entries