add_observer_to_document
Add an observer to a signature request document to grant read-only visibility of the signing process and signed result, without requiring their signature. Use before activating the request.
Instructions
Adds an observer to a signature request's document: a person who receives read-only visibility of the process and the signed result without signing. Add observers BEFORE activate_signature_request. Requires: create_signature_request → signatureRequestId, add_document_to_signature_request → documentId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| Yes | |||
| surnames | No | ||
| documentId | Yes | MANDATORY. UUID of the document within the signature request. Obtain from add_document_to_signature_request. | |
| signatureRequestId | Yes | MANDATORY. UUID of the signature request. Obtain from create_signature_request. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| No | |||
| surnames | No | ||
| notifications | No |