Comments
Add Comment Annotations
Use this API to add comment annotations to a document within an organization.
- You can add comments on an element, text or page.
- You can provide HTML or text content.
- Additional filters can be applied using location IDs.
Optional Parameters for commentAnnotations:
annotationId: Custom Annotation ID. If not provided, Velt will generate a unique ID
Optional Parameters for commentData:
commentId: Custom Comment ID. If not provided, Velt will generate a unique IDcontext: Custom key/value metadata object for storing additional informationisCommentResolverUsed: Use for self-hosting comments dataisCommentTextAvailable: Use for self-hosting comments datatriggerNotification: When enabled, triggers in-app notifications, email notifications, and webhooks (default: false)createdAt: Created At timestamp (in milliseconds since epoch)lastUpdated: Last Updated timestamp (in milliseconds since epoch)taggedUserContacts: Array of tagged user contacts for replacing in commentText
š Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/comments-feature/comment-annotations/add-comment-annotations

