
Clickup API Integration Profile
Information and guides about integrating with Clickup API
Add Clickup Integration to Your ProductCreate Chat View Comment in Clickup API
Add a new comment to a Chat view.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
View Id | pathParameters.view_id | string | |
Query | query | object | |
Data | data | object | |
Comment Text | data.comment_text | string | The text content of the comment. |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Id | id | string | The ID of the created comment. |
Hist Id | hist_id | string | The history ID of the created comment. |
Date | date | number | The timestamp of the comment creation. |