Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsContentful ToolsContentful Update Entry
Contentful Tools

Contentful Update Entry

Tool to create or update an entry in a Contentful space environment. Use when you need to modify entry content or create a new entry with a specific ID. Requires the content type ID, entry version for updates, and field values organized by locale.

Write actionRisk level 2 of 5OAuth connection
Use Contentful Update Entry

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • fieldsobject
    Required
    Entry field values organized by field name and locale. Structure: {field_name: {locale: value}}. Example: {'title': {'en-US': 'My Title'}, 'body': {'en-US': 'Content'}}. Available fields and their types depend on the content_type definition.
  • versioninteger
    Required
    Current entry version for optimistic locking. Provide the latest value from sys.version. This is sent via the X-Contentful-Version header to prevent conflicting updates.
  • entry_idstring
    Required
    ID of the entry to create or update
  • metadataobject
    Entry metadata including tags. Example: {'tags': []} or {'tags': [{'sys': {'type': 'Link', 'linkType': 'Tag', 'id': 'tagId'}}]}
  • space_idstring
    Required
    ID of the space containing the entry
  • content_typestring
    Required
    Content type ID for this entry (e.g., 'testArticle', 'blogPost'). Must match an existing content type in the space.
  • environment_idstring
    Required
    ID of the environment containing the entry (typically 'master')

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.