FeedbackBar logoFeedbackBar
Core Integration

Connect to anything. Real-time webhooks to any endpoint.

Every piece of feedback fires a webhook the moment it arrives. Pipe it into Slack, Notion, your CRM, or your own backend — no middleware required.

POST https://your-api.com/webhooks
{
  "event": "feedback.created",
  "timestamp": "2025-07-14T09:32:11Z",
  "data": {
    "widgetId": "wgt_k8m2x9",
    "sentiment": "negative",
    "comment": "Checkout flow is confusing",
    "rating": 2,
    "pageUrl": "/checkout/step-2",
    "sessionId": "sess_a1b2c3"
  }
}

One webhook. Endless destinations.

SlackPost feedback to a channel in real time

NotionAppend rows to a feedback database

AirtableBuild a filterable feedback tracker

Your CRMAttach sentiment to customer records

Jira / LinearAuto-create tickets from negative feedback

Your backendTrigger any custom workflow via POST

Built-in notifications — zero setup

Don't need a custom webhook? Slack and email notifications work out of the box.

Slack

Slack

Get instant feedback alerts in any Slack channel. Includes sentiment, comment, and page URL.

Setup guide →

Email

Receive a digest or instant email for every new response. Configurable per project.

Setup guide →
Pro & Business

Full REST API access

Build custom dashboards, export data programmatically, or integrate feedback into your internal tools. The API covers projects, widgets, responses, and analytics.

  • List, filter, and export feedback responses
  • Manage projects and widgets programmatically
  • Pull analytics data into your own reporting
  • JSON responses, Bearer token auth, rate-limited
View API documentation →
curl -H "Authorization: Bearer fb_sk_..." \
  https://api.feedbackbar.io/v1/responses \
  ?widgetId=wgt_k8m2x9 \
  &sentiment=negative \
  &limit=20

# 200 OK
{
  "data": [...],
  "pagination": {
    "total": 142,
    "page": 1,
    "limit": 20
  }
}

On the roadmap: Zapier, Notion, and Microsoft Teams.

Start collecting feedback in 2 minutes

Webhooks, Slack, and email notifications included on every plan — including free.

Free forever for 1 project · 100 responses/month · No setup fees

Still on the fence? Fair.

Here are the questions we hear most — answered honestly.

No. Our widget is ~15KB gzipped and loads asynchronously. It never blocks your page rendering and has zero impact on Core Web Vitals.
We're built privacy-first — no tracking cookies, no PII collected unless you ask for it. Enterprise customers can request a Data Processing Agreement (DPA).
Absolutely. Customize colors, position, text, and branding. Pro plans include custom CSS and white-label options.
Free forever for 1 project with 100 responses/month. No credit card required. Upgrade anytime as you grow.
Works with any website or framework. We provide native React, Vue, and Angular components, plus a vanilla JavaScript snippet.
Yes. Export to CSV, JSON, or connect via API. Your data is always accessible. We also offer webhook integrations for real-time data sync.