Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.57 KB

SubSignatureRequestSigner.md

File metadata and controls

28 lines (15 loc) · 1.57 KB

SubSignatureRequestSigner

Properties

Name Type Description Notes
name*required String The name of the signer.
emailAddress*required String The email address of the signer.
order Integer The order the signer is required to sign in.
pin String The 4- to 12-character access code that will secure this signer's signature page.
smsPhoneNumber String An E.164 formatted phone number.

By using the feature, you agree you are responsible for obtaining a signer's consent to receive text messages from Dropbox Sign related to this signature request and confirm you have obtained such consent from all signers prior to enabling SMS delivery for this signature request. Learn more.

Note: Not available in test mode and requires a Standard plan or higher.
smsPhoneNumberType SmsPhoneNumberTypeEnum Specifies the feature used with the sms_phone_number. Default authentication.

If authentication, signer is sent a verification code via SMS that is required to access the document.

If delivery, a link to complete the signature request is delivered via SMS (and email).

Enum: SmsPhoneNumberTypeEnum

Name Value
AUTHENTICATION "authentication"
DELIVERY "delivery"