DX Engine for Contentful

| Component | Requires Connector | Allows for Personalization |
|---|---|---|
| Static Record List | Yes | Yes |
| Dynamic Record List | Yes | Yes |
| Call Webservice | Yes | Yes |
Connector Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Contentful Endpoint | endpoint | One of: https://cdn.contentful.com (Delivery), https://preview.contentful.com (Preview), https://api.contentful.com (Management) |
| Token | token | |
| Space | space | |
| Environment | environment |
Static Record List
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Contentful Connector. |
| Content Model | contentType | |
| Display Template | template | A Template that defines how to display a Contentful record within DX Engine when selecting from a list of records. |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Contentful Records | recordIds | An array of record identifiers to fetch. |
Dynamic Record List
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Contentful Connector. |
| Content Model | contentType |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Filter | advancedFilter | This value is used to filter the fetched Contentful Records. Only records that have a Tag Field with this value will be fetched. |
Call Webservice
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Contentful Connector. |
| Webservice Path | path | |
| Method | method | |
| Headers | baseHeaders | |
| Query Parameters | baseQueryParams | |
| Body | body |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Headers | headers | |
| Query Parameters | queryParams |