SendListBulkCopies
Represents an instance or copy of an envelope
View Specific Information
The add-in will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- BulkSendListId supports the '='.
For example, the following queries are processed server side:
SELECT * FROM SendListBulkCopies SELECT * FROM SendListBulkCopies WHERE BulkSendListId = 'asd-wdas-dw'
Columns
Name | Type | References | Description |
BulkSendListId | String |
SendLists.BulkSendListId | The GUID of the bulk send list. |
Recipients | String | Unique Id for the recipient. | |
DocGenFormFields | String | Specifies the recipient's email address. | |
EmailBlurb | String | The email body for this copy of the envelope. | |
EmailSubject | String | The email subject line for this copy of the envelope. | |
CustomFields | String | An optional array of strings that allows the sender to provide custom data about the recipient. |