Mini App data
FreeTrigger when a Mini App sends data back to the bot.
Triggers when a Mini App sends data to the bot via
Telegram.WebApp.sendData. The payload is saved to a variable for the flow to use.
Fields
| Field | Type | Required | Notes |
|---|---|---|---|
| Save data to variable | text | — | Stores the data the Mini App sent |
Outcomes
default— continue the flow.
How it works
When a user submits a form/screen in your Mini App, the data arrives here. Save it and continue the conversation.
Mini App data → save_var: order
Send "Order received: {{var.order}}"