Management
Create Feedback (Public)
Create new feedback from public widget. Requires authenticated subscriber via JWT token.
POST
Documentation Index
Fetch the complete documentation index at: https://docs.userorbit.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires subscriber authentication. Use the JWT token fromsubscriber.identify in the Authorization header or publicAccessToken cookie.
Request Body
Feedback title. Brief summary of the feedback.
Detailed description of the feedback. Supports plain text.
Custom feedback type. Can be used for categorization.
UUID of the feedback board to post to. If not provided, feedback won’t be assigned to a specific board.
Custom metadata object. Can store any additional information.
Response
Created feedback object
Behavior
- Moderation: If team has
publicBoardModerationenabled, feedback starts unpublished and requires approval - Default Status: New feedback defaults to
in_reviewstatus - Default Priority: New feedback defaults to
mediumpriority - Auto-subscribe: Creator is automatically subscribed to notifications
- Webhooks: Triggers
feedbacks.createevent for Zapier integrations
Use Cases
- Feature Requests: Users suggest new features
- Bug Reports: Users report issues
- General Feedback: Users provide product feedback
- Ideas: Users share product ideas
Notes
- Subscriber must belong to the same team as the board
- Board must exist and belong to the team
- Empty title will fail validation
- URL is auto-generated from title and urlId
- Feedback is immediately visible to team (unless moderation is enabled)

