Skip to main content

A block with type TEXT. Used for rich text content within the form.

uuid
string<uuid>
required

Unique identifier for this block.

type
enum<string>
required
Available options:
TEXT
groupUuid
string<uuid>
required

Groups related blocks together. For standalone blocks, use the block's own uuid. For child blocks (e.g., dropdown options, multiple choice options), use the parent block's uuid so all children share the same groupUuid.

groupType
enum<string>
required
Available options:
TEXT,
PAGE_BREAK,
DIVIDER
payload
TextPayload · object
required

Payload for TEXT block type. Used for text content blocks.