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.
Block Preview
Contentful
Enterprise headless CMS with powerful content APIs
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the contentful block with monitoring enabled in production.
Inputs (UI)
Contentful Account
oauth-inputPlaceholder: Select Contentful account
Layout: full
Provider: contentful
Space ID
short-inputPlaceholder: Enter space ID
Layout: half
Operation
dropdownLayout: full
Options: List Entries, Get Entry, Create Entry, Update Entry
Entry ID
short-inputPlaceholder: Enter entry ID
Layout: full
Condition: operation = ["get_entry","update_entry","publish_entry"]
Content Type
short-inputPlaceholder: blogPost, product, page
Layout: full
Condition: operation = ["create_entry","list_entries"]
Entry Fields (JSON)
long-inputPlaceholder: {"title": {"en-US": "My Post"}, "body": {"en-US": "Content..."}}
Layout: full
Condition: operation = ["create_entry","update_entry"]
Inputs (API)
credential
stringRequired
spaceId
stringRequired
operation
stringRequired
entryId
stringOptional
contentType
stringOptional
fields
stringOptional
Outputs
Primary response type:
{
"data": "json"
}