AddThreadComment
Adds a comment to a Thread of a Space.
Stored Procedure Specific Information
Kintone allows only a small subset of columns to be used in the Exec query. These columns can typically be used with only = comparison.
For example:
EXECUTE AddThreadComment SpaceId = 8, ThreadId = 8, Text = 'Test Comment'
Input
| Name | Type | Required | Description |
| SpaceId | Integer | True | The Id of the space. |
| ThreadId | Integer | True | The Id of the thread. |
| Text | String | False | The comment contents. A line break can be specified by LF. The maximum characters of the comment is 65535. Required, if files is not set. |
| Mentions | String | False | An array including mentions, that notify other Kintone users. |
| Files | String | False | An array including data of attachment files. The maximum number of the files is 5. Required, if text is not set. |
Result Set Columns
| Name | Type | Description |
| Id | String | The comment ID of the created comment. |
| Success | String | This value shows a boolean indication of whether the operation was successful or not. |