Toast / alert

Free

Respond 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

FieldTypeRequiredTemplatableNotes
TexttextyesMessage to show
Modal dialog (alert)boolOn = 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 ✓"