Contentful (Source)
Introduction
The Contentful source connector lets you connect to a Contentful space and validate access using the Content Delivery API (CDA).
Setup
Before configuring the connector, gather:
- Space ID: Your Contentful space identifier.
- Environment: The environment within the space (for example,
master). - Access token: A Content Delivery API access token with permission to read entries in the space/environment.
Authentication
This connector authenticates using a Bearer token (your Contentful Content Delivery API access token) and validates credentials by calling the CDA endpoint:
GET https://cdn.contentful.com/spaces/{space_id}/environments/{environment}/entries?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
space_id | string | ✅ | Contentful Space ID. Must contain only letters, numbers, hyphens (-), or underscores (_). |
environment | string | ✅ | Contentful Environment name/ID (for example, master). Must contain only letters, numbers, hyphens (-), or underscores (_). |
access_token | string | ✅ | Contentful Content Delivery API access token. |
Streams
This connector is currently under development.
- Catalog discovery is not yet implemented.
- Data extraction is not yet implemented.