Interface: TemplateSigner

TemplateSigner

Signer fields for Templates The schema for a Signer for Templates
Source:

Members

email :string

Email address of the signer Example: example@mail.com
Type:
  • string
Source:

is_in_person :boolean

Used in combination with an embed URL for a sender. After the sender signs, they will be redirected to the next `in_person` signer. Example: true
Type:
  • boolean
Source:

order :number

Order of the signer Example: 2
Type:
  • number
Source:

role :'signer'|'approver'|'final_copy_reader'

Defines the role of the signer in the signature request. A role of `signer` needs to sign the document, a role `approver` approves the document and a `final_copy_reader` role only receives the final signed document and signing log. Example: signer
Type:
  • 'signer' | 'approver' | 'final_copy_reader'
Default Value:
  • signer
Source:

signer_group_id :string

If set, signers who have the same group ID will be assigned to the same input. A signer group is expected to have more than one signer. When a group contains fewer than two signers, it will be converted to a single signer and the group will be removed. Example: cd4ff89-8fc1-42cf-8b29-1890dedd26d7
Type:
  • string
Source: