Skip to main content

Add Label Proof

Adds a proof item to a label. User must have the label.update scope.

External Documentation

To learn more, visit the Hyperproof documentation.

Parameters

ParameterDescription
Label IDThe unique ID of the label.

Example Output

{
"id": "4eb909de-51af-11ee-a644-522476618ae8",
"orgId": "ce83e3cd-5199-11ee-a644-522476618ae8",
"filename": "example.txt",
"contentType": "text/plain",
"fileExtension": "txt",
"size": 627,
"version": 0,
"source": "localComputer",
"ownedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"uploadedOn": "2023-09-12T20:59:47.694353Z",
"isPrivate": false,
"status": "active",
"createdBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"updatedBy": "82d7c228-8bcd-11e9-a94b-ab3de8494987",
"createdOn": "2023-09-12T20:59:47.694353Z",
"updatedOn": "2023-09-12T20:59:47.694353Z"
}

Workflow Library Example

Add Label Proof with Hyperproof and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop