OCNORA

Contentful

Business appsBearer tokencredential probe

Entries, assets, content types and locales in a Contentful space.

OCNORA ships 38 typed Contentful operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.contentful.com through the HTTP node with the same credential.

Operations 38

  • Activate Content Type
    Activate a content type at a known version so entries may use it.
    contentful.activate_content_type
  • Archive Entry
    Archive an entry so it leaves the editor; it must be unpublished first.
    contentful.archive_entry
  • Bulk Publish
    Queue a bulk publish of many entries or assets and return the job id and status rather than a verdict.
    contentful.bulk_publish
  • Bulk Unpublish
    Queue a bulk unpublish of many entries or assets and return the job id and status.
    contentful.bulk_unpublish
  • Create Asset
    Create an asset record from a title, description and file reference, keyed by locale.
    contentful.create_asset
  • Create Content Type
    Create a content type from a name and a list of field definitions; it stays a draft until it is activated.
    contentful.create_content_type
  • Create Entry
    Create a draft entry of a content type; supply an entry id to choose it rather than let Contentful generate one.
    contentful.create_entry
  • Create Locale
    Add a locale to an environment so content can be translated into it.
    contentful.create_locale
  • Deactivate Content Type
    Deactivate a content type; Contentful refuses while entries of that type still exist.
    contentful.deactivate_content_type
  • Delete Asset
    Permanently delete an asset; it must be unpublished first.
    contentful.delete_asset
  • Delete Content Type
    Delete a content type; it must be deactivated and unused first.
    contentful.delete_content_type
  • Delete Entry
    Permanently delete an entry; it must be unpublished first.
    contentful.delete_entry
  • Delete Locale
    Delete a locale and every field value stored under it.
    contentful.delete_locale
  • Get Asset
    Read one asset by id, including the file URL once processing has finished.
    contentful.get_asset
  • Get Bulk Action
    Poll one bulk publish or unpublish job for its status and any errors.
    contentful.get_bulk_action
  • Get Content Type
    Read one content type, including its field definitions and version.
    contentful.get_content_type
  • Get Entry
    Read one entry by id, including the sys.version a later write needs.
    contentful.get_entry
  • Get Entry References
    Read the entries and assets one entry links to, several levels deep.
    contentful.get_entry_references
  • Get Locale
    Read one locale by id, including its fallback and version.
    contentful.get_locale
  • Get Space
    Read one space by id, or the connection's space when none is given.
    contentful.get_space
  • List Assets
    List the assets in a space environment, newest or ordered as asked.
    contentful.list_assets
  • List Content Types
    List the content types defined in a space environment.
    contentful.list_content_types
  • List Entries
    List entries in a space environment, filtered by content type and any Contentful query parameter.
    contentful.list_entries
  • List Environments
    List the environments in a space, such as master and its sandboxes.
    contentful.list_environments
  • List Locales
    List the locales an environment publishes content in.
    contentful.list_locales
  • List Published Assets
    List only the currently published version of each asset.
    contentful.list_published_assets
  • List Published Entries
    List only the currently published version of each entry, as the delivery API would serve it.
    contentful.list_published_entries
  • List Spaces
    List every space the connection's token can reach.
    contentful.list_spaces
  • Process Asset File
    Ask Contentful to fetch and process an asset's file for one locale, which it does asynchronously.
    contentful.process_asset
  • Publish Asset
    Publish an asset at a known version so the delivery API serves it.
    contentful.publish_asset
  • Publish Entry
    Publish an entry at a known version so the delivery API serves it.
    contentful.publish_entry
  • Unarchive Entry
    Restore an archived entry to a normal draft.
    contentful.unarchive_entry
  • Unpublish Asset
    Withdraw an asset from the delivery API, keeping the draft.
    contentful.unpublish_asset
  • Unpublish Entry
    Withdraw an entry from the delivery API, keeping the draft.
    contentful.unpublish_entry
  • Update Asset
    Replace an asset's fields at a known version.
    contentful.update_asset
  • Update Content Type
    Replace a content type's definition at a known version; the full field list must be sent.
    contentful.update_content_type
  • Update Entry
    Replace an entry's field values at a known version; every field the entry should keep must be included.
    contentful.update_entry
  • Update Locale
    Replace a locale's settings at a known version; every setting it should keep must be sent.
    contentful.update_locale

Run your first Contentful workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.