Get Started with WebApps
WebApps are web-based applications that can be launched inside YoPhone, allowing users to interact with services directly within the app. These WebApps are typically used in YoPhone Bots to provide an enhanced user experience beyond simple text-based interactions.
#
Key FeaturesSecure Context
WebApps can access user data securely via the initData parameterCustomizable UI/UX
Fully customizable design using HTML, CSS, and JavaScript.
#
How WebApps Work- Launching the WebApp: A bot sends a link that opens the WebApp inside YoPhone.
- Initialization: The WebApp retrieves user data securely.
- Interaction: Users interact with the WebApp, which can send and receive messages via the bot.