Comments
Create Feedback Comment
Add a comment to a feedback item. Requires subscriber authentication.
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
Requires subscriber JWT token from login/identify.Request Body
The feedback ID to comment on
The comment text content. Minimum 1 character.
Whether this is a private comment (team only). Requires team member authentication.
Response
Created comment object
Behavior
- Auto-Subscribe: Creator automatically subscribed to feedback notifications
- Moderation: May require approval if team has moderation enabled
- Notifications: Triggers notifications to feedback creator and other subscribers
- Private Comments: Only team members can create private comments
Use Cases
- User Engagement: Allow users to discuss feedback
- Team Responses: Team members can respond to feedback
- Internal Notes: Team members can add private notes
Notes
- Requires valid subscriber JWT token
- Empty text will fail validation
- Private comments only visible to team members
- Comment count incremented automatically
- Triggers webhook events if configured

