← Back to all apps

Contentful

Businessby OpenAI

Basic connector for Contentful's Content Management API to fetch entries, update entries, and retrieve the current user's profile

2ChatGPT Tools
OpenAIDeveloper
BusinessCategory

Available Tools

Get Entry

get_entry
Full Description

Retrieve a content entry (optionally locale-filtered) using the management API.

Parameters (3 required, 1 optional)
Required
entry_idstring
environment_idstring
space_idstring
Optional
localestring
Default: null

Get Profile

get_profile
Full Description

Returns details about the currently authenticated Contentful user.

Update Entry

update_entry
Full Description

Update fields on an entry. Contentful uses optimistic locking based on the version header.

Parameters (5 required)
Required
entry_idstring
environment_idstring
fieldsobject
space_idstring
versioninteger