Add Comment to Discussion
smartsheet_add_commentAdd a reply comment to an existing discussion on a Smartsheet sheet. Provide sheet ID, discussion ID, and comment text; returns the new comment ID and creation timestamp.
Instructions
Add a reply comment to an existing discussion on a sheet.
Args:
sheet_id (number): Target sheet ID
discussion_id (number): Target discussion ID
comment_text (string): Text of the comment to add
Returns: New comment ID and creation timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| discussion_id | Yes | ||
| comment_text | Yes |