The Get Bulk Send Lists activity uses the DocuSign eSignature API to get a list of bulk send lists belonging to the current user, as well as basic information about each list.
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 Get Bulk Send Lists activity inside the DocuSign Scope activity.
- Enter values for the Intput properties.
- Create and enter a
BulkSendingSummary
variable for the Output properties. - Create and enter a
ResponseStatus
variable for the Output property.
Properties
The values for the following properties are specified when adding this activity to your project in UiPath Studio.
Common
DisplayName
The display name of the activity.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Get Bulk Send Lists |
Allowed values | Enter a |
Notes | N/A |
Input
Account ID
The account id to create an envelope in.
Attributes | Details |
---|---|
Type |
|
Required | Yes |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Misc
Private
If selected, the values of variables and arguments are no longer logged at Verbose level.
Attributes | Details |
---|---|
Type | Checkbox |
Required | No |
Default value | Not Selected |
Allowed values | Selected or Not Selected |
Notes | N/A |
Output
Bulk Sending List Summary
The bulk sending list summaries retrieved.
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
ResponseStatus
The status of the request (success/failure information).
Attributes | Details |
---|---|
Type |
|
Required | No (required if you want to use the output data in subsequent activities) |
Default value | Empty |
Allowed values | Enter a |
Notes | N/A |
Updated 5 months ago