Contentful#
Contentful provides a content infrastructure for digital teams to power content in websites, apps, and devices. It offers a central hub for structured content, powerful management and delivery APIs, and a customizable web app.
Credentials
You can find authentication information for this node here.
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.
1. Start node#
The start node exists by default when you create a new workflow.
2. Contentful node#
- First of all, you'll have to enter credentials for the Contentful node. You can find out how to do that here.
- Select 'Get All' from the Operation dropdown list.
- Toggle Return All to true.
- Click on Execute Node to run the node.