Create event paragraph
cms_create_event_paragraphCreate paragraph. Guidance: Create one paragraph under a CMS agenda event. | context: id, type
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id returned by cms_list_events. | |
| type | Yes | Body-block kind. | |
| caption | No | Optional caption for photo blocks. | |
| content | No | Required for text and quote blocks. | |
| embedUrl | No | Required sanitized iframe or embed HTML for embed blocks. Set an explicit iframe width and height (for example 100%) so the block renders at a visible size. | |
| position | No | Optional 1-based insert position; omit to append. | |
| isThumbnail | No | For photo, when true, use as event thumbnail source where applicable. | |
| originalThumbnail | No | Required URL, data URI, or base64 image source for photo blocks. |