Skip to content

Single Choice Node

Events/Chat/Interaction

Single Choice

Request the user to pick one option. Pauses execution until a response or timeout.

interaction_single_choicedata
Inputs7
Outputs4
Security exposure10/10
Packagedata

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

No score metadata has been set for this node yet.

Input Pins

7

Input

Execution
exec_in

Trigger Pin

Name

String
name

Display name for this interaction

Default Choose an option

Description

String
description

Prompt shown to the user

Default Please select one of the following options:

Options

String
options

Choice option labels

Default Option A

Options

String
options

Choice option labels

Default Option B

Allow Freeform

Boolean
allow_freeform

Let user type a custom answer

Default false

Timeout (seconds)

Integer
ttl_seconds

How long to wait for response

Default 120

Output Pins

4

Done

Execution
exec_out

Continues after response received

Timeout

Execution
exec_timeout

Continues if no response within TTL

Response

String
response

The selected option label or freeform text

Responded

Boolean
responded

Whether the user responded (vs timeout)

Node Info

Internal name
interaction_single_choice
Category
Events/Chat/Interaction