Toast / alert
FreeRespond to a button press with a popup toast or a modal alert.
Answers an inline button press with a small popup (toast) or a modal dialog (alert). It also clears the button’s loading spinner.
Fields
| Field | Type | Required | Templatable | Notes |
|---|---|---|---|---|
| Text | text | — | yes | Message to show |
| Modal dialog (alert) | bool | — | — | On = modal alert; off = brief toast |
Outcomes
default— continue the flow.
How it works
Use it right after a Button pressed trigger for quick feedback (“Added to cart”) without sending a new chat message.
Button pressed "add" → Toast "Added to cart ✓"