strapi_create_entry
Create a new entry in Strapi CMS by providing the content type and attributes, then POST it via the REST API.
Instructions
Create a Strapi entry using the REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Entry attributes to send inside Strapi's { data } envelope. | |
| queryJson | No | Optional JSON object string using Strapi REST query syntax, for example {"populate":"*","pagination":{"pageSize":10}}. | |
| contentType | Yes | Strapi REST API ID, usually the plural API ID, for example articles or product-categories. |