Receiving feedback from your users has never been so easy

June 20, 2023

Feedback is very important for any business, whether it is an app or a website, it is important to know which parts of our app the user likes and which are not.

This way you can improve your project and make it a better option for your users.

The normal thing is to make a small form and send you an email each time the user fills it out. This works, but you have to be setting up SMTP services, creating endpoints, etc.

With MetricsWave, you just create an event and execute the following request to the client, it's that easy.

fetch(`https://metricswave.com/webhooks/${eventUuid}`, {
    method: "POST",
    body: JSON.stringify({
      message, 
      path: window.location.pathname
    }),
})

This is how our new feedback form works, you can see it in the bottom right corner of the app!

And this is the event, a simple one with two params: path and message.

Feedback Event at MetricsWave

← Go back to the blog

Choose the plan
that fits your needs

Start for free, and upgrade your account at any moment.

All plans include:

  • 100% data ownership
  • Forever data retention
  • No cookie banner required
  • GDPR law compliance
  • Unlimited support
  • Cancel at any time
  • All features available