/ziflow-collaboration | Type: Application | PCID required: Yes
Tools
ziflow_collaboration_delete_comment_labels_label_id
Delete label Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
label_id | string | Yes | — | Label ID to delete |
ziflow_collaboration_delete_decision_reasons_options_option_id
Delete option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
option_id | string | Yes | — | Option ID to delete |
ziflow_collaboration_get_checklist_template
Get Checklist by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Checklist Template ID |
ziflow_collaboration_get_comment_labels
Get labelsziflow_collaboration_get_comment_labels_label_id
Get label by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
label_id | string | Yes | — | Label ID |
ziflow_collaboration_get_decision_reasons
Get reasonsziflow_collaboration_get_decision_reasons_options_option_id
Get option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
option_id | string | Yes | — | Option ID |
ziflow_collaboration_get_proofs_id_comments
Get comments Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
format | string | No | — | Param defining comment text formatting. |
id | string | Yes | — | Proof ID |
ziflow_collaboration_get_proofs_id_comments_comment_id
Get comment by ID Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
comment_id | string | Yes | — | Comment ID |
format | string | No | — | Param defining comment text formatting. |
ziflow_collaboration_post_checklist_template
Create new checklist template Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
body | object | Yes | — | Checklist template object |
ziflow_collaboration_post_comment_labels
Add label Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
active | boolean | No | — | The active value |
label | string | Yes | — | Label name |
order | integer | No | — | The order in which the label is displayed. |
ziflow_collaboration_post_decision_reasons_options
Add reasons option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
label | string | No | — | The label value |
order | integer | No | — | Sort direction (asc or desc) |
text_field_available | boolean | No | — | Text Field Available |
ziflow_collaboration_post_proofs_id_comments
Add comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
checklist_items | any[] | No | — | checklist item to be linked with comment |
comment | string | Yes | — | A Reviewer on the proof can be mentioned in the comment using ${reviewer:reviewer_id}. Field accepts max of 10000 characters. |
labels | any[] | No | — | IDs of labels |
location | object | Yes | — | For static, rich media and live website proof provide page number, for audio and video - start time |
markers | any[] | No | — | The markers value |
parent_comment_id | string | No | — | Parent Comment Id |
private | boolean | No | — | Available only on Enterprise edition |
proof_id | string | No | — | Proof Id |
resolved | boolean | No | — | If true, the comment is added and immediately resolved and locked. Available on the Pro and Enterprise editions. |
reviewer | object | No | — | The reviewer value |
ziflow_collaboration_post_proofs_id_comments_comment_id_like
Like comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
comment_id | string | Yes | — | Comment ID |
like | boolean | Yes | — | The like value |
reviewer_id | string | No | — | Reviewer ID obtained from proof.stages[].members[].id field |
ziflow_collaboration_put_comment_labels_label_id
Update an existing label Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
label_id | string | Yes | — | Label ID |
active | boolean | No | — | The active value |
id | string | No | — | The id value |
label | string | No | — | The label value |
order | integer | No | — | Sort direction (asc or desc) |
ziflow_collaboration_put_decision_reasons
Update reasons settings Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
display_text | string | No | — | Display Text |
mandatory | boolean | No | — | The mandatory value |
multiple_selection | boolean | No | — | Multiple Selection |
ziflow_collaboration_put_decision_reasons_options_option_id
Update an existing option Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
option_id | string | Yes | — | Option ID |
label | string | No | — | The label value |
order | integer | No | — | Sort direction (asc or desc) |
text_field_available | boolean | No | — | Text Field Available |
ziflow_collaboration_put_proofs_id_comments_comment_id_labels
Label comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
comment_id | string | Yes | — | Comment ID |
ids | any[] | Yes | — | The ids value |
reviewer_id | string | No | — | Reviewer ID obtained from proof.stages[].members[].id field |
ziflow_collaboration_put_proofs_id_comments_comment_id_reactions
Add comment reactions Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
comment_id | string | Yes | — | Comment ID |
reviewer_id | string | No | — | Reviewer ID obtained from proof.stages[].members[].id field |
status | boolean | No | — | The status value |
type | string | Yes | — | The type value |
ziflow_collaboration_put_proofs_id_comments_comment_id_resolve
Resolve comment Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | Proof ID |
comment_id | string | Yes | — | Comment ID |
reviewer_id | string | No | — | Reviewer ID obtained from proof.stages[].members[].id field |
type | string | Yes | — | The type value |

