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.
{
"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.
Slack: Post feedback to a channel in real time
Notion: Append rows to a feedback database
Airtable: Build a filterable feedback tracker
Your CRM: Attach sentiment to customer records
Jira / Linear: Auto-create tickets from negative feedback
Your backend: Trigger 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
Get instant feedback alerts in any Slack channel. Includes sentiment, comment, and page URL.
Setup guideFull 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
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