Skip to main content
POST

Authentication

Requires subscriber JWT token from login/identify.

Request Body

string
required
The feedback ID to comment on
string
required
The comment text content. Minimum 1 character.
boolean
default:"false"
Whether this is a private comment (team only). Requires team member authentication.

Response

object
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