Configuration
| Field | Description |
|---|---|
operation | create, update, delete, or create_or_update (upsert). |
content_type | The instance type (e.g. stories, products). |
template_id | The content template to use. |
instance_id_or_slug | A field mapping locating the instance (for update/delete/upsert). |
instance_fields | Instance-level fields — title, slug, description, parent_id, and hierarchy fields. |
version_fields | The content (attribute) values for each version. |
version_matrix | The { language, environment } combinations to create/update. |
auto_publish | Publish each version after writing it. |
On
create_or_update, when the instance isn’t found and the locator is a slug, that
slug becomes the new instance’s slug.Related
Content Instances
The records this action manages.
Content Templates
The blueprint each instance uses.