Create Bulk Send List
UiPath.DocuSign.Activities.BulkSend.CreateBulkSendList
The Create Bulk Send List activity uses the DocuSign eSignature API to create a bulk send list that you can use to send an envelope to up to 1,000 recipients at once.
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 Create Bulk Send List 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 to create an envelope in. This field supports only
StringsorStringvariables. - Bulk Send List Name - The name of the bulk send list. This field supports only
StringsorStringvariables. - Bulk Sending Copy - An array of BulkSendingCopy objects to create. Enter a
BulkSendingCopy[]orBulkSendingCopy[]variable. - List Id - The id of the created Bulk Send List. This field supports only
Stringvariables. - Bulk Sending List - The bulk send list created. This field supports only
BulkSendingListvariables.
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.