new module:model/TemplateRole()
- Source:
Constructs a new TemplateRole
.
Information about a specific role.
Members
(inner) accessCode :String
- Source:
If a value is provided, the recipient must enter the value as the access code to view and sign the envelope. Maximum Length: 50 characters and it must conform to the account's access code format setting. If blank, but the signer accessCode
property is set in the envelope, then that value is used. If blank and the signer accessCode
property is not set, then the access code is not required.
Type:
- String
(inner) additionalNotifications :Array.<module:model/RecipientAdditionalNotification>
- Source:
Type:
(inner) clientUserId :String
- Source:
Specifies whether the recipient is embedded or remote. If the clientUserId
property is not null then the recipient is embedded. Note that if the ClientUserId
property is set and either SignerMustHaveAccount
or SignerMustLoginToSign
property of the account settings is set to true, an error is generated on sending.ng. Maximum length: 100 characters.
Type:
- String
(inner) defaultRecipient :String
- Source:
When set to true, this recipient is the default recipient and any tabs generated by the transformPdfFields option are mapped to this recipient.
Type:
- String
(inner) deliveryMethod :String
- Source:
Reserved: For DocuSign use only.
Type:
- String
(inner) email :String
- Source:
Specifies the email associated with a role name.
Type:
- String
(inner) emailNotification :module:model/RecipientEmailNotification
- Source:
A complex type that contains information sets the language of the recipient's email information. IMPORTANT: If you enable email notification for one recipient, you must enable email notification for all recipients as it overrides the Envelope Subject and EmailBlurb
property settings.
Type:
(inner) embeddedRecipientStartURL :String
- Source:
Specifies a sender provided valid URL string for redirecting an embedded recipient. When using this option, the embedded recipient still receives an email from DocuSign, just as a remote recipient would. When the document link in the email is clicked the recipient is redirected, through DocuSign, to the supplied URL to complete their actions. When routing to the URL, the sender's system (the server responding to the URL) must request a recipient token to launch a signing session. If set to SIGN_AT_DOCUSIGN
, the recipient is directed to an embedded signing or viewing process directly at DocuSign. The signing or viewing action is initiated by the DocuSign system and the transaction activity and Certificate of Completion records will reflect this. In all other ways the process is identical to an embedded signing or viewing operation that is launched by any partner. It is important to remember that in a typical embedded workflow the authentication of an embedded recipient is the responsibility of the sending application, DocuSign expects that senders will follow their own process for establishing the recipient's identity. In this workflow the recipient goes through the sending application before the embedded signing or viewing process in initiated. However, when the sending application sets EmbeddedRecipientStartURL=SIGN_AT_DOCUSIGN
, the recipient goes directly to the embedded signing or viewing process bypassing the sending application and any authentication steps the sending application would use. In this case, DocuSign recommends that you use one of the normal DocuSign authentication features (Access Code, Phone Authentication, SMS Authentication, etc.) to verify the identity of the recipient. If the clientUserId
property is NOT set, and the embeddedRecipientStartURL
is set, DocuSign will ignore the redirect URL and launch the standard signing process for the email recipient. Information can be appended to the embedded recipient start URL using merge fields. The available merge fields items are: envelopeId, recipientId, recipientName, recipientEmail, and customFields. The customFields
property must be set fort the recipient or envelope. The merge fields are enclosed in double brackets. Example: http://senderHost/[[mergeField1]]/ beginSigningSession? [[mergeField2]]&[[mergeField3]]
Type:
- String
(inner) inPersonSignerName :String
- Source:
Specifies the full legal name of the signer in person signer template roles. Maximum Length: 100 characters.
Type:
- String
(inner) name :String
- Source:
Specifies the recipient's name.
Type:
- String
(inner) phoneNumber :module:model/RecipientPhoneNumber
- Source:
Describes the recipient phone number.
Type:
(inner) recipientSignatureProviders :Array.<module:model/RecipientSignatureProvider>
- Source:
Type:
(inner) roleName :String
- Source:
Optional element. Specifies the role name associated with the recipient.
This is required when working with template recipients.
Type:
- String
(inner) routingOrder :String
- Source:
Specifies the routing order of the recipient in the envelope.
Type:
- String
(inner) signingGroupId :String
- Source:
When set to true and the feature is enabled in the sender's account, the signing recipient is required to draw signatures and initials at each signature/initial tab ( instead of adopting a signature/initial style or only drawing a signature/initial once).
Type:
- String
(inner) tabs :module:model/Tabs
- Source:
A list of tabs, which are represented graphically as symbols on documents at the time of signing. Tabs show recipients where to sign, initial, or enter data. They may also display data to the recipients.
Type:
Methods
(static) constructFromObject(data, obj) → {module:model/TemplateRole}
- Source:
Constructs a TemplateRole
from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data
to obj
if supplied or a new instance if not.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/TemplateRole | Optional instance to populate. |
Returns:
The populated TemplateRole
instance.