Mini App data

Free

Trigger 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

FieldTypeRequiredNotes
Save data to variabletextStores 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}}"