Create Row Discussion
smartsheet_create_row_discussionAdd a discussion thread with an initial comment to a specific row in a Smartsheet sheet. Provide sheet ID, row ID, and comment text to create the discussion.
Instructions
Create a new discussion (with initial comment) on a specific row in a sheet.
Args:
sheet_id (number): Target sheet ID
row_id (number): Target row ID
comment_text (string): Initial comment text
Returns: New discussion ID and comment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| row_id | Yes | ||
| comment_text | Yes |