add_validator_to_signatory
Assign a validator to a signatory to approve identity or document before signature activation. Use after adding document and signatory, before activating signature request.
Instructions
Adds a validator to a document's signatory: a person who must approve (validate) that signatory's identity or the document before the signature can proceed. Add validators BEFORE activate_signature_request. Requires: add_document_to_signature_request → documentId, add_signatory_to_document → signatoryId. The signature_request_full composite accepts validators inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| Yes | |||
| phone | No | ||
| surnames | No | ||
| documentId | Yes | MANDATORY. UUID of the document within the signature request. Obtain from add_document_to_signature_request. | |
| signatoryId | Yes | MANDATORY. UUID of the signatory. Obtain from add_signatory_to_document. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| No | |||
| phone | No | ||
| surnames | No | ||
| documentId | No | ||
| signatoryId | No |