Contentful

Contentful integration on indie.money — manage content entries, assets, and content types

Written By pvdyck

Last updated About 5 hours ago

Contentful

Community — Available, not yet validated

VendorContentful
NodesContentful
Tier⬜ Community
AuthAPI Key via Secure Vault

Overview

Read content entries, assets, content types, locales, and space information from Contentful. This node supports both the Delivery API (published content) and the Preview API (draft content).

Authentication

API Key via Secure Vault. Connect via the credential configuration modal.

Resources & Operations

Entry

OperationDescription
GetRetrieve a specific content entry
Get AllRetrieve multiple content entries with optional filtering

Asset

OperationDescription
GetRetrieve a specific asset
Get AllRetrieve multiple assets with optional filtering

Content Type

OperationDescription
GetRetrieve a specific content type definition

Space

OperationDescription
GetRetrieve space information

Locale

OperationDescription
Get AllRetrieve all locales configured in the space

Parameters

  • Source — Choose between the Delivery API (published content) or the Preview API (draft content).
  • Filters — Filter entries and assets using operators: equal, notEqual, include, exclude.
  • Return All — Fetch all matching items or limit to a specific count.

Tips

  • Use the Preview API source to build content review workflows that act on draft entries before publication.
  • Entry > Get All with filters lets you query content by field values, useful for syncing specific content to external systems.
  • Combine Locale > Get All with entry retrieval to build multi-language content pipelines.
  • This node is read-only; use the Contentful Management API via the HTTP Request node for write operations.

Status

This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.