Blocks

Contentful

Enterprise headless CMS with powerful content APIs

Integrate with Contentful to manage content, create entries, work with assets, publish content across channels, and build omnichannel experiences. Perfect for enterprise-scale content operations with OAuth 2.0 authentication.

Back to Catalog
Toolscontentful

Block Preview

Contentful

Enterprise headless CMS with powerful content APIs

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the contentful block with monitoring enabled in production.

Inputs (UI)

Contentful Account

oauth-input

Placeholder: Select Contentful account

Layout: full

Provider: contentful

Space ID

short-input

Placeholder: Enter space ID

Layout: half

Operation

dropdown

Layout: full

Options: List Entries, Get Entry, Create Entry, Update Entry

Entry ID

short-input

Placeholder: Enter entry ID

Layout: full

Condition: operation = ["get_entry","update_entry","publish_entry"]

Content Type

short-input

Placeholder: blogPost, product, page

Layout: full

Condition: operation = ["create_entry","list_entries"]

Entry Fields (JSON)

long-input

Placeholder: {"title": {"en-US": "My Post"}, "body": {"en-US": "Content..."}}

Layout: full

Condition: operation = ["create_entry","update_entry"]

Inputs (API)

credential

string

Required

spaceId

string

Required

operation

string

Required

entryId

string

Optional

contentType

string

Optional

fields

string

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

contentful_api
Contentful | NowFlow Blocks