Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 6.33 KB

UnclaimedDraftCreateEmbeddedWithTemplateRequest.md

File metadata and controls

38 lines (34 loc) · 6.33 KB

Dropbox.Sign.Model.UnclaimedDraftCreateEmbeddedWithTemplateRequest

Properties

Name Type Description Notes
ClientId string Client id of the app used to create the draft. Used to apply the branding and callback url defined for the app.
RequesterEmailAddress string The email address of the user that should be designated as the requester of this draft.
TemplateIds List<string> Use template_ids to create a SignatureRequest from one or more templates, in the order in which the templates will be used.
AllowDecline bool Allows signers to decline to sign a document if true. Defaults to false. [optional] [default to false]
AllowReassign bool Allows signers to reassign their signature requests to other signers if set to true. Defaults to false.

Note: Only available for Premium plan and higher.
[optional] [default to false]
Ccs List<SubCC> Add CC email recipients. Required when a CC role exists for the Template. [optional]
CustomFields List<SubCustomField> An array defining values and options for custom fields. Required when a custom field exists in the Template. [optional]
EditorOptions SubEditorOptions [optional]
FieldOptions SubFieldOptions [optional]
Files List<System.IO.Stream> Use files[] to append additional files to the signature request being created from the template. Dropbox Sign will parse the files for text tags and append it to the signature request. Text tags for signers not on the template(s) will be ignored.

files or file_urls[] is required, but not both.
[optional]
FileUrls List<string> Use file_urls[] to append additional files to the signature request being created from the template. Dropbox Sign will download the file, then parse it for text tags, and append to the signature request. Text tags for signers not on the template(s) will be ignored.

files or file_urls[] is required, but not both.
[optional]
ForceSignerRoles bool Provide users the ability to review/edit the template signer roles. [optional] [default to false]
ForceSubjectMessage bool Provide users the ability to review/edit the template subject and message. [optional] [default to false]
HoldRequest bool The request from this draft will not automatically send to signers post-claim if set to 1. Requester must release the request from hold when ready to send. Defaults to false. [optional] [default to false]
IsForEmbeddedSigning bool The request created from this draft will also be signable in embedded mode if set to true. Defaults to false. [optional] [default to false]
Message string The custom message in the email that will be sent to the signers. [optional]
Metadata Dictionary<string, Object> Key-value data that should be attached to the signature request. This metadata is included in all API responses and events involving the signature request. For example, use the metadata field to store a signer's order number for look up when receiving events for the signature request.

Each request can include up to 10 metadata keys (or 50 nested metadata keys), with key names up to 40 characters long and values up to 1000 characters long.
[optional]
PreviewOnly bool This allows the requester to enable the preview experience (i.e. does not allow the requester's end user to add any additional fields via the editor).

- preview_only&#x3D;true: Allows requesters to enable the preview only experience. - preview_only&#x3D;false: Allows requesters to disable the preview only experience.

Note: This parameter overwrites show_preview&#x3D;1 (if set).
[optional] [default to false]
RequestingRedirectUrl string The URL you want signers redirected to after they successfully request a signature. [optional]
ShowPreview bool This allows the requester to enable the editor/preview experience.

- show_preview&#x3D;true: Allows requesters to enable the editor/preview experience. - show_preview&#x3D;false: Allows requesters to disable the editor/preview experience.
[optional] [default to false]
ShowProgressStepper bool When only one step remains in the signature request process and this parameter is set to false then the progress stepper will be hidden. [optional] [default to true]
Signers List<SubUnclaimedDraftTemplateSigner> Add Signers to your Templated-based Signature Request. [optional]
SigningOptions SubSigningOptions [optional]
SigningRedirectUrl string The URL you want signers redirected to after they successfully sign. [optional]
SkipMeNow bool Disables the "Me (Now)" option for the person preparing the document. Does not work with type send_document. Defaults to false. [optional] [default to false]
Subject string The subject in the email that will be sent to the signers. [optional]
TestMode bool Whether this is a test, the signature request created from this draft will not be legally binding if set to true. Defaults to false. [optional] [default to false]
Title string The title you want to assign to the SignatureRequest. [optional]
PopulateAutoFillFields bool Controls whether auto fill fields can automatically populate a signer's information during signing.

⚠️ Note ⚠️: Keep your signer's information safe by ensuring that the signer on your signature request is the intended party before using this feature.
[optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]