create_comment
Add comments to Storyblok discussions using structured message objects or plain text via the Management API.
Instructions
Adds a comment to a discussion via the Storyblok Management API.
discussion_id: Numeric ID of the discussion.
message_json: Required array of message objects. Each must include "type", "text", and "attrs".
message: Optional plain-text field (can be null or string).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| discussion_id | Yes | Numeric ID of the discussion | |
| message_json | Yes | Required array of message objects. Each must include "type", "text", and "attrs" | |
| message | No | Optional plain-text field (can be null or string) |