| Name | Type | Description | Notes |
|---|---|---|---|
| from_email | String | Email of user sending the SignRequest (must be a validated email) | [optional] |
| from_email_name | String | Name to be used in the `From` email header, e.g. `{from_email_name} <no-reply@signrequest.com>` | [optional] |
| is_being_prepared | BOOLEAN | Have the sender of a SignRequest prepare the document before sending the request out, see: prepare using the web interface | [optional] |
| prepare_url | String | [optional] | |
| redirect_url | String | URL at which SignRequest will redirect to when a document is signed | [optional] |
| redirect_url_declined | String | URL at which SignRequest will redirect to when a document is declined | [optional] |
| required_attachments | Array<RequiredAttachment> | Attachments that signers are required to upload | [optional] |
| disable_attachments | BOOLEAN | Disable uploading/adding of attachments | [optional] |
| disable_text_signatures | BOOLEAN | Disable usage of signatures generated by typing (text) | [optional] |
| disable_text | BOOLEAN | Disable adding of text | [optional] |
| disable_date | BOOLEAN | Disable adding of dates | [optional] |
| disable_emails | BOOLEAN | Disable all SignRequest status emails as well as the email that contains the signed documents | [optional] |
| disable_upload_signatures | BOOLEAN | Disable usage of uploaded signatures (images) | [optional] |
| disable_blockchain_proof | BOOLEAN | Disables storing timestamp proof hashes in blockchain integrations. | [optional] |
| text_message_verification_locked | BOOLEAN | When true a text message verification is needed before the signer can see the document | [optional] |
| subject | String | Subject of SignRequest email | [optional] |
| message | String | Message to include in SignRequest email, may contain the following html tags: `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong` | [optional] |
| who | String | `m`: only me, `mo`: me and others, `o`: only others | [optional] [default to 'o'] |
| send_reminders | BOOLEAN | Automatically remind signers to sign a document, see: automatic reminders | [optional] |
| signers | Array<Signer> | ||
| uuid | String | [optional] | |
| url | String | [optional] | |
| document | String | [optional] | |
| integration | String | [optional] | |
| integration_data | Object | [optional] | |
| name | String | Defaults to filename, including extension | [optional] |
| external_id | String | ID used to reference document in external system | [optional] |
| frontend_id | String | Shared secret used in conjunction with <a href="#section/Frontend-API/SignRequest-js-client-(beta)">SignRequest-js client</a> to grant user access to a document that's not a member of the document's team | [optional] |
| file | String | Temporary URL to original file, expires in five minutes | [optional] |
| file_from_url | String | Publicly accessible URL of document to be downloaded by SignRequest | [optional] |
| events_callback_url | String | URL at which to receive event callbacks for this document | [optional] |
| file_from_content | String | Base64 encoded document content | [optional] |
| file_from_content_name | String | Filename, including extension. Required when using `file_from_content`. | [optional] |
| template | String | [optional] | |
| prefill_tags | Array<InlinePrefillTags> | Prefill signer input data, see prefill tags | [optional] |
| integrations | Array<InlineIntegrationData> | [optional] | |
| file_from_sf | FileFromSf | [optional] | |
| auto_delete_days | Integer | Number of days after which a finished document (signed/cancelled/declined) will be automatically deleted | [optional] |
| auto_expire_days | Integer | Number of days after which a non finished document will be automatically expired | [optional] |
This repository was archived by the owner on Jan 8, 2024. It is now read-only.