Skip to main content

✨ Feedback flows

Bug reporting workflow

The bug reporting workflow is the default workflow for bug reports and allows users to mark bugs and add a description as well as their email address.

// Initiates the bug reporting workflow.
Gleap.startFeedbackFlow("bugreporting");

Feature request workflow

This workflow is great if you want to collect feature requests. You can also embed your Gleap roadmap and share it with your users to have them vote on requests.

// Initiates the feature request workflow.
Gleap.startFeedbackFlow("featurerequests");

Contact workflow

Give your users the opportunity to communicate with you directly.

// Initiates the rating workflow.
Gleap.startFeedbackFlow("contact");

Custom workflow

Gleap also allows you to configure custom workflows and custom feedback types. This is especially handy if our workflows don't fully cover your use cases. Visit our dashboard for more information on custom workflows and custom feedback types.