...
Section | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
New buttons “Add Bulk” and “Bulk CSV Template” are available. You can add one bulk per envelope and you are defining the bulk recipients via CSV file. The “Bulk CSV Template” generates your desired bulk recipient configuration. So you are able to define Authentication or Information for Remote or Disposable Certificates in the CSV. Please note that you have a maximum of 1000 recipients per bulk. If you click the button “Bulk CSV template” the following window appears where you can select options you need in the CSV: The Bulk Recipient in the Recipient List. You can see the uploaded recipient list and the number of recipients found in the uploaded CSV file. Designer
In the designer the bulk recipients behave like a normal recipient. You can place and define its signature fields, form fields or predefined fields. Manage Bulk Envelopes The bulk envelopes are listed normal in the document overview with special bulk envelope features. The statistics are added (number of completed, rejected, … envelopes of the bulk). Moreover you still can control each unique workflow. After sending the envelope you can click on “back to bulk parent” to get the following detailed overview: IntegrationThe integration is quite simple. Just follow these steps Sending a bulk is basically creating multiple independent envelopes, which are linked together by an identifier (bulk id). The API allows accessing the bulk and its envelopes. Please note that only one bulk per envelope is allowed.
The example contains a workstep configuration for a bulk with two recipients. In this case one signature field (ClickToSign) was added. After you have uploaded the file you can copy paste the workstep configuration for sending the envelope.
Result:
The result of the API calls contain the bulk id and an envelope id for each recipient. The Callbacks got an additional bulk parameter to provide the bulk id: http://www.mycallback.at?envelope=##EnvelopeId##&bulk=##BulkId##&action=##Action## |
...