/penpot-collaboration | Type: Application | PCID required: Yes
Tools
penpot_collaboration_create_comment
POST create-comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | Yes | — | The content value |
mentions | string[] | No | — | Set of Strings |
shareId | string | No | — | UUID formatted string |
threadId | string | Yes | — | UUID formatted string |
penpot_collaboration_create_comment_thread
POST create-comment-thread Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | Yes | — | The content value |
fileId | string | Yes | — | UUID formatted string |
frameId | string | Yes | — | UUID formatted string |
mentions | string[] | No | — | Set of Strings |
pageId | string | Yes | — | UUID formatted string |
position | object | Yes | — | A 2D point with x and y coordinates |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_create_share_link
Creates a share-link object. Share links are resources that allows external users access to specific pages of a file with specific permissions (who-comment and who-inspect). Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fileId | string | Yes | — | UUID formatted string |
pages | string[] | Yes | — | The pages value |
whoComment | string | Yes | — | Who Comment |
whoInspect | string | Yes | — | Who Inspect |
penpot_collaboration_create_webhook
POST create-webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
mtype | string | Yes | — | The mtype value |
teamId | string | Yes | — | UUID formatted string |
uri | string | Yes | — | URI formatted string |
penpot_collaboration_delete_comment
POST delete-comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_delete_comment_thread
POST delete-comment-thread Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_delete_share_link
POST delete-share-link Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
penpot_collaboration_delete_webhook
POST delete-webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
penpot_collaboration_get_comment_thread
POST get-comment-thread Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fileId | string | Yes | — | UUID formatted string |
id | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_get_comment_threads
POST get-comment-threads Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fileId | string | No | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
teamId | string | No | — | UUID formatted string |
penpot_collaboration_get_comments
POST get-comments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
shareId | string | No | — | UUID formatted string |
threadId | string | Yes | — | UUID formatted string |
penpot_collaboration_get_profiles_for_file_comments
Retrieves a list of profiles with limited set of properties of all participants on comment threads of the file. Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
fileId | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_get_unread_comment_threads
POST get-unread-comment-threads Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | UUID formatted string |
penpot_collaboration_get_webhooks
POST get-webhooks Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
teamId | string | Yes | — | UUID formatted string |
penpot_collaboration_mark_all_threads_as_read
POST mark-all-threads-as-read Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
threads | string[] | Yes | — | The threads value |
penpot_collaboration_update_comment
POST update-comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
content | string | Yes | — | The content value |
id | string | Yes | — | UUID formatted string |
mentions | string[] | No | — | Set of Strings |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_update_comment_thread
POST update-comment-thread Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
isResolved | boolean | Yes | — | Is Resolved |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_update_comment_thread_frame
POST update-comment-thread-frame Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
frameId | string | Yes | — | UUID formatted string |
id | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_update_comment_thread_position
POST update-comment-thread-position Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
frameId | string | Yes | — | UUID formatted string |
id | string | Yes | — | UUID formatted string |
position | object | Yes | — | A 2D point with x and y coordinates |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_update_comment_thread_status
POST update-comment-thread-status Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
shareId | string | No | — | UUID formatted string |
penpot_collaboration_update_webhook
POST update-webhook Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | UUID formatted string |
isActive | boolean | Yes | — | boolean |
mtype | string | Yes | — | The mtype value |
uri | string | Yes | — | URI formatted string |

