Contentful#
Use the Contentful node to automate work in Contentful, and integrate Contentful with other applications. Ensemble 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.
Basic Operations#
- Asset
- Get
- Get All
- Content Type
- Get
- Entry
- Get
- Get All
- Locale
- Get All
- Space
- Get
Example Usage#
This Pathway allows you to get all the entries using the Delivery API of Contentful. This example usage Pathway would use the following nodes. - Start - Contentful
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.