zeph_ask
Ask users a question with optional quick-reply buttons and text input, blocking until they respond or timeout.
Instructions
Ask the user a question with optional quick-reply buttons and a text input field. Combines prompt (buttons) and input (text) in a single notification. The user can either tap a button or type a response. Blocks until the user responds or the timeout is reached. Requires ZEPH_HOOK_ID environment variable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Question or request title | |
| body | No | Context or instructions | |
| actions | No | Quick-reply buttons (1-4). Omit for text-only input | |
| placeholder | No | Input field placeholder hint | |
| inputType | No | Input field type (default: text) | text |
| timeout | No | Seconds to wait for response (default: 120) | |
| fallback | No | Action ID to auto-select on timeout |