DX Engine for Contentstack

| 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 |
|---|---|---|
| Endpoint | endpoint | The value will typically be: https://cdn.contentstack.io/v3 |
| Stack API Key | stackApiKey | |
| Token | token |
Static Record List
Component Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Connection Code | connectionCode | The Connection Code of a configured Contentstack Connector. |
| Content Model | contentType | |
| Display Fieldname | displayFieldname | The field from the Contentstack record to display when selecting from a list of records. |
| Environment | environment | |
| Locale | locale |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Contentstack 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 Contentstack Connector. |
| Content Model | contentType | |
| Environment | environment | |
| Locale | locale | |
| Tag Field | tagField | The field from the Contentstack record to filter by. |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Tag Value | tagValue | This value is used to filter the fetched Contentstack 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 Contentstack Connector. |
| Environment | environment | |
| Locale | locale | |
| Webservice Path | path | |
| Method | method | |
| Headers | baseHeaders | |
| Query Parameters | baseQueryParams | |
| Body | body |
Component Experience Rule Configuration
| Parameter Name | Parameter Property | Description |
|---|---|---|
| Webservice Path | path | |
| Method | method | |
| Headers | headers | |
| Query Parameters | queryParams |