Skip to main content

A block with type INPUT_NUMBER. Used for numeric input.

uuid
string<uuid>
required

Unique identifier for this block.

type
enum<string>
required
Available options:
INPUT_NUMBER
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:
QUESTION
payload
InputNumberPayload · object
required

Payload for INPUT_NUMBER block type. Used for numeric input fields.