List Recipients
UiPath.DocuSign.Activities.EnvelopeList.ListRecipients
The List Recipients activity uses the DocuSign eSignature API to get a set of recipients for an envelope.
How it works
The following steps are an example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.
- Complete the Setup steps.
- Add the DocuSign Scope activity to your project.
- Add the List Recipients activity inside the DocuSign Scope activity.
- Enter values for the properties located inside the body of the activity.
- Create and enter a
ResponseStatusvariable for the Output property.
In the Body of the Activity
- Account Id - The account id. This field supports only
StringsorStringvariables. This is either an account number (int) or account ID (GUID). - Envelope Id - The envelope id. This field supports only
StringsorStringvariables. - Include Anchor Tab Locations - Whether or not to include anchor tab locations. Enter a
BooleanorBooleanvariable. When true and (Include Tabs) value is set to true, all tabs with anchor tab properties are included in the response. - Include Extended - Whether or not to include extended properties. Enter a
BooleanorBooleanvariable. When true, the extended properties are included in the response. - Include Metadata - Whether or not to include anchor tab locations. Enter a
BooleanorBooleanvariable. When true, the meta data associated with the recipients is included in the response (envelopes only, not templates) - Include Tabs - Whether or not to include tab information. Enter a
BooleanorBooleanvariable. - Envelope Recipients - The recipients of the envelope. This field supports only
EnvelopeRecipientsvariables.
Properties
Common
- DisplayName - The display name of the activity. This field supports only
StringsorStringvariables.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- ResponseStatus - The status of the request (success/failure information). This field supports only
ResponseStatusvariables.