15 lines
305 B
Markdown
15 lines
305 B
Markdown
# Dropdown Selects (Chatbot API)
|
|
|
|
Dropdowns can be used for:
|
|
|
|
- picking a channel
|
|
- selecting a user
|
|
- selecting from a fixed list
|
|
|
|
## Pattern
|
|
|
|
1. Send a card with a select/dropdown element.
|
|
2. User selects an option and submits (or triggers an action).
|
|
3. Handle selection via webhook and update state.
|
|
|