Interface: SignRequestBase

SignRequestBase

Box Sign request (Base) A standard representation of a signature request object.
Source:

Members

are_reminders_enabled :boolean

Reminds signers to sign a document on day 3, 8, 13 and 18. Reminders are only sent to outstanding signers. Example: true
Type:
  • boolean
Source:

are_text_signatures_enabled :boolean

Disables the usage of signatures generated by typing (text). Example: true
Type:
  • boolean
Default Value:
  • true
Source:

days_valid :number

Set the number of days after which the created signature request will automatically expire if not completed. By default, we do not apply any expiration date on signature requests, and the signature request does not expire. Example: 2
Type:
  • number
Source:

declined_redirect_url :string

The uri that a signer will be redirected to after declining to sign a document. Example: https://declined-redirect.com
Type:
  • string
Source:

email_message :string

Message to include in sign request email. The field is cleaned through sanitization of specific characters. However, some html tags are allowed. Links included in the message are also converted to hyperlinks in the email. The message may contain the following html tags including `a`, `abbr`, `acronym`, `b`, `blockquote`, `code`, `em`, `i`, `ul`, `li`, `ol`, and `strong`. Be aware that when the text to html ratio is too high, the email may end up in spam filters. Custom styles on these tags are not allowed. If this field is not passed, a default message will be used. Example: Hello! Please sign the document below
Type:
  • string
Source:

email_subject :string

Subject of sign request email. This is cleaned by sign request. If this field is not passed, a default subject will be used. Example: Sign Request from Acme
Type:
  • string
Source:

external_id :string

This can be used to reference an ID in an external system that the sign request is related to. Example: 123
Type:
  • string
Source:

external_system_name :string

Used as an optional system name to appear in the signature log next to the signers who have been assigned the `embed_url_external_id`. Example: Box
Type:
  • string
Source:

is_document_preparation_needed :boolean

Indicates if the sender should receive a `prepare_url` in the response to complete document preparation using the UI. Example: true
Type:
  • boolean
Source:

is_phone_verification_required_to_view :boolean

Forces signers to verify a text message prior to viewing the document. You must specify the phone number of signers to have this setting apply to them. Example: true
Type:
  • boolean
Source:

name :string

Name of the signature request. Example: name
Type:
  • string
Source:

prefill_tags :Array

When a document contains sign-related tags in the content, you can prefill them using this `prefill_tags` by referencing the 'id' of the tag as the `external_id` field of the prefill tag.
Type:
  • Array
Source:

redirect_url :string

When specified, the signature request will be redirected to this url when a document is signed. Example: https://www.example.com
Type:
  • string
Source:

template_id :string

When a signature request is created from a template this field will indicate the id of that template. Example: 123075213-af2c8822-3ef2-4952-8557-52d69c2fe9cb
Type:
  • string
Source: