Create comment
create-commentFull Description
Creates a new comment on a record, list entry, or as a reply to an existing comment thread. Provide exactly one of: (parent_object + parent_record_id) for records, (parent_list + parent_entry_id) for list entries, or (parent_comment_id) for replies. Email addresses in the content will be automatically converted to @mentions if they match workspace members.
Parameters (1 required, 5 optional)
contentstringThe comment content as plain text. Email addresses in the text will be automatically converted to @mentions if they match workspace members. example: Great work on this deal! cc team@example.com
parent_comment_idstringReply to an existing comment thread. The ID of the parent comment. Cannot be a reply - must be a top-level comment. example: 23e44572-20fc-4915-81ac-c98d04c34516
parent_entry_idstringCreate comment on a list entry. The entry ID. Must be provided with parent_list. example: 2dc6463b-61d1-4135-ad5e-1afa3077d36c
parent_liststringCreate comment on a list entry. The list the entry belongs to. Must be provided with parent_entry_id. format: slug or UUID example: "my_list", "1c3735b7-45eb-4ecd-8480-abd0846b0c3d"
parent_objectstringCreate comment on a record. The object the record belongs to. Must be provided with parent_record_id. format: slug or UUID example: "people", "companies", "daacd68c-781b-46da-821a-212c8f6ef63d"
parent_record_idstringCreate comment on a record. The record ID. Must be provided with parent_object. example: 9c49c875-f53b-4728-bebb-6ad34cc16451