The topic "CreateAdobeSignRequest" is not available in Version 3.5.

The topic "CreateAdobeSignRequest" is not available in Version 3.6.

CreateAdobeSignRequest

The CreateAdobeSignRequest activity creates an e-signature request in the Adobe Sign service. The activity sends all applicable email addresses of signers and PDF files to be signed to Adobe Sign and receives a URL and Envelope Id (if applicable) in the response.

Prerequisites: see Adobe Sign Settings

The CreateAdobeSignRequest activity uses the end point of the API login and account information configured in the Forms Builder Settings to obtain the Adobe Sign base URL for use in subsequent API calls.

The CreateAdobeSignRequest activity should be placed in the form (state) that requires e-signatures. See Adobe Sign Workflow Sample - Single Signer.

CreateAdibeSignRequest properties

Properties

CreateAdobeSignRequest Properties
Property Value Required Notes
AdobeSignConfig InArgument<AdobeSignConfig> Yes Specify the AdobeSignConfig property using a VB expression or variable.

To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the "Browse and Select a .NET Type" window, navigate to Cmc.Nexus.FormsBuilder.Contracts.Cmc.Nexus.FormsBuilder.Entities, select AdobeSignConfig, and click OK.

AdobeSignConfig argument

AdobeSignDocument InArgument<AdobeSignDocument> Yes Specify the AdobeSignDocument property using a VB expression or variable.

To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the "Browse and Select a .NET Type" window, navigate to Cmc.Nexus.FormsBuilder.Contracts.Cmc.Nexus.FormsBuilder.Entities, select AdobeSignDocument, and click OK.

Adobe Sign Document variable

AdobeSignRecipients InArgument<AdobeSignRecipient[]> Yes Specify the AdobeSignRecipients property using a VB expression or variable.

To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the "Browse and Select a .NET Type" window, select Array of [T], navigate to Cmc.Nexus.FormsBuilder.Contracts.Cmc.Nexus.FormsBuilder.Entities, select AdobeSignRecipient, and click OK.

AdobeSignRecipient variable

AdobeSignRequest OutArgument<AdobeSignRequest> Yes Specify the AdobeSignRequest property using a VB expression or variable.

To identify the variable type, in the Variable type field of the Variables pane, select Browse for Types.... In the "Browse and Select a .NET Type" window, navigate to Cmc.Nexus.FormsBuilder.Contracts.Cmc.Nexus.FormsBuilder.Entities, select AdobeSignRequest, and click OK.

AdobeSignRequest variable

DisplayName String No Specify a name for the activity or accept the default.
ResumeBookmark InArgument<String> No The ResumeBookmark property is used to resume a workflow that has been persisted while waiting for a signature. Specify a string to be displayed when the bookmark is resumed, e.g., "Continue when all signatures are collected".
ValidationMessages InOutArgument
<ValidationMessageCollection>
No Specify a variable that can be used to capture validation messages.