Usage Scenario: Send Feedback Button

An ‘Send Feedback’ button is included in a shopping application so that users can report suggestions and complaints. When the user clicks this button, they are redirected to the email application on their device, and the subject and content are pre-filled.

Application Steps:

  1. UI Design screen, add a Button element.
  2. Set the button's label to ‘Send Feedback.’
  3. Select the button and add the + ADD ACTION → Device → Mail To action.
  4. Configure the parameters as follows:
    • Receivers: support@shoppingapp.com
    • subject: App Feedback
    • body: Hello, I have some feedback about my experience with the app...

When the action is executed, the default email client on the user's device opens with all fields automatically filled in.