Create comment
Comments
Create comment
Create a new comment on a page.
POST
Create comment
Creates a new comment associated with a page on a site. Typically used by the widget, but can also be called from server-side integrations.
Requires authentication. The user must have access to the site.
Request body
Information about the user creating the comment.
UUID of the organisation the comment belongs to.
Display name for the user creating the comment.
User role, for example
admin, member, or guest.Information about the site the comment belongs to.
UUID of the site.
Site domain, for example
example.com.Comment payload.
Comment text content.
Priority level:
LOW, MEDIUM, or HIGH. Default: MEDIUM.Page context for the comment.
Full URL of the page the comment is on.
ISO 8601 timestamp in UTC, for example
2026-03-25T11:36:24.000Z.