Feedback

Multi-tenant feedback inbox with one-click developer prompt generation.

No items
Select Project Change Urgency State Action

Email Ingest Instructions

Send parsed feedback emails to the API endpoint below. Use JSON and include body plus project_id or #PROJECT in subject.

POST /api/ingest/email
Content-Type: application/json

{
  "project_id": "FEEDBACK_DASH",
  "sender": "person@example.com",
  "subject": "#FEEDBACK_DASH Checkout bug",
  "body": "Customer reports broken checkout flow",
  "message_id": "optional-mail-id"
}

Install Feedback Widget

Select a tenant, then copy and paste the snippet on your external site homepage.