Skip to main content

Synced Objects

Contentful supports the following Synced Objects:
  • Files

    Contentful entries are synced as Markdown files, with rich text fields converted to Markdown.

    Contentful assets (images, videos, documents, etc.) are synced in their original format.

Files

Send a request to Enable Sync to start a file sync.
Example
{
    "integration": "contentful",
    "pipeline": "files",
    "configuration": {
        "spaceId": "f163o8lczdw1"
    }
}
Configuration options:
spaceId
string
required
The Contentful Space ID to sync content from.
environmentId
string
A Contentful Environment ID to limit the sync to a specific environment. If not specified, the default environment (master) will be used.
locale
string
A locale code (e.g. en-US) to use when resolving localized fields. If not specified, the first available locale for each field will be used.