YouSign_SignFromTemplate

Description

Send a Signature Request using one of the configured templates. Use the YouSign_WaitForEvents activity to wait for the documents to be signed


Auth

AccountExternalId InArgument<String> REQUIRED

The ExternalId of the YouSign account configured in DocsMarshal


Input - Approver

ApproverEmail InArgument<String>

ApproverFirstName InArgument<String>

ApproverLastName InArgument<String>

ApproverLocale InArgument<Locale>

The locale (language) to use for emails and user interfaces shown to this approver

ApproverPhoneNumber InArgument<String>


Input - Approvers

Approvers InArgument<List<DmApprover>>


Input - Documents

Attachment InArgument<IFileValue>

A document to be added as an attachment

Attachments InArgument<List<IFileValue>>

A list of documents to be added as attachments

The document to be used as a replacement for a template placeholder

FileNameToReplace InArgument<String>

In case the template contains multiple documents, use this argument to define which document should be replaced with the contents of the Document parameter


Input - Options

NotificationSenderName InArgument<String>

Customize the name of the sender to be used in email notifications

OrderedSigners InArgument<Boolean>

Notify a signer and wait for them to sign the document before proceeding to the next signer

RequestExternalId InArgument<String>

An arbitrary ID to assign to the request

RequestName InArgument<String> REQUIRED

The name of the Signature Request. This name will be visible to the user

SignersAllowedToDecline InArgument<Boolean>

Define if the user should be allowed to decline a signature

TemplateName InArgument<String> REQUIRED

The name of the template to be used


Input - Signer

SignerEmail InArgument<String>

SignerFirstName InArgument<String>

SignerLastName InArgument<String>

SignerLocale InArgument<Locale>

The locale (language) to use for emails and user interfaces shown to this signer

SignerPhoneNumber InArgument<String>

TemplateSignerName InArgument<String>

The name of the signer to replace. This must match the name of the signer configured in the template


Input - Signers


Output

RequestId OutArgument<Guid>

The ID assigned to the new Signature Request