Contentful
Learn how to use Contentful with Composio
Overview
Enum
CONTENTFUL
Description
Contentful provides a content platform with APIs for managing and delivering content to apps and websites.
Authentication Details
OAUTH2
API_KEY
Actions
CONTENTFUL_LIST_SPACES
Lists all spaces that the authenticated user has access to in contentful. this is a fundamental operation needed before performing any other content management actions since most operations require a space id.
Action Parameters
Action Response
CONTENTFUL_UPDATE_SPACE
Updates the name of a specific space. notes: - the version number is required to ensure you’re updating the latest version of the space. - you can get the current version from the sys.version field when fetching space details. - only the name of the space can be updated.
Action Parameters
Action Response
CONTENTFUL_GET_SPACE
Retrieves details of a specific space by its id. this action is used to get information about a single space in contentful.
Action Parameters
Action Response