Mailbox page¶
Mailbox page contains envelope list divided by folders according to the envelopes statuses. It also allows you to apply next mass action to envelopes:
Assigning labels to envelopes (also available in mobile version)
Envelope deletion and restoring
Envelope archiving and unarchiving
Downloading completed envelopes (also available in mobile version)
Sharing envelopes (also available in mobile version)
Envelopes chaining and unchaining
Envelopes delegation (also available in mobile version)
Adding envelopes for approval (also available in mobile version)
Approving envelopes (also available in mobile version)
Rejecting envelopes (also available in mobile version)
Envelopes report generation
Envelopes notification resend


Note
Note for API users: if envelope scope is not defined in envelope search request, only inbox envelopes will be returned.
How to sign envelopes?¶
You can select envelopes and sign them with specific signing method if selected envelopes contain signature fields.
Select required envelopes (envelopes in “Waiting for you” status are eligible for signing)
Click the “Sign envelopes” button

In the opened modal window select a signature type

If you have selected any type of AES signature please follow the the signing instructions from here
If you have selected any type of QES signature please follow the the signing instructions from here
If you have selected Simple electronic signature please follow the the signing instructions from here (starting from step 3)
Follow to third step of the signing modal window to sign all required documents
After a successful process you will see a modal window with the results
Next errors can occur during the mass signing process:
Active role is different from the Assignee
Envelope contains fields except signature fields for active role
Envelope contains signature without coordinates (signature the place of which is define by Signer instead of template owner)
Signature is placed in an uncompleted dynamic table (table field the assignee of which has not defined final rows quantity yet)
How to chain and unchain envelopes?¶
You can create envelope chains by linking several envelopes or by adding an envelope to an existing chain.
Select required envelopes
Click the “Add envelope to chain” button

All selected envelopes will be chained after this
If you need to add an envelope to existing chain or chain envelope which can’t be filtered to be shown on one page, you can select this single envelope and click “Add envelope to chain” button. Modal window will be shown where and you can search for envelope you want to be chained with selected envelope by subject or UUID

After selecting an envelope click the “Save” button. Two envelopes will be chained after this

To remove envelopes from a chain select chained envelopes from the list

After selecting envelopes click the “Remove envelopes from chain” button

To see a list of envelopes in a chain, open a chained envelope and look for the “Chain” section in the header

You can expand it by clicking it to see a list of envelopes in this chain ordered by receive date in a descending order. Current envelope is highlighted. Each envelope in the list can be clicked to open it

How to delegate envelopes?¶
You can delegate your role in envelopes to other mailbox.
Note
If you select more envelopes than displayed on the screen, asynchronous mass action operation will start and you will receive operation start notification in System and on Email, as well as finish operation notification in System and on Email. Finish email notification contains detailed information related processed envelopes: envelope subject, envelope UUID, envelope link, status and error message if exists
Select required envelopes (envelopes in “Waiting for you” status are eligible for delegation)
Click the “Delegate envelopes” button

In the opened modal window select a mailbox or enter an email of a user to whom you want to delegate envelopes

Confirm the modal window
After a successful process you will see a modal window with the results
How to add envelopes for approval?¶
You can request an approval of envelopes from a mailbox which does not participates in the envelope processing flow.
Note
If you select more envelopes than displayed on the screen asynchronous mass action operation will start and you will receive operation start notification in System and on Email, as well as operation finish notification in System and on Email. Finish email notification contains detailed information related processed envelopes: envelope subject, envelope UUID, envelope link, status and error message if exists
Select required envelopes (envelopes in “Waiting for you” and “Draft” statuses are eligible for adding for approval)
Click the “Add envelopes for approval” button

Following modal window will open:

Follow the instructions from here
After a successful process you will see a modal window with the results
How to approve envelopes?¶
You can complete your active approver role in envelopes.
Note
If you select more envelopes than displayed on the screen asynchronous mass action operation will start and you will receive operation start notification in System and on Email, as well as operation finish notification in System and on Email. Finish email notification contains detailed information related processed envelopes: envelope subject, envelope UUID, envelope link, status and error message if exists
Select required envelopes (envelopes in “Waiting for you” status with active approver role are eligible for approval)
Click the “Approve envelopes” button

Confirm the following modal window:

After a successful process you will see a modal window with the results
How to reject envelopes?¶
You can reject envelopes if they are not completed yet.
Note
If you select more envelopes than displayed on the screen asynchronous mass action operation will start and you will receive operation start notification in System and on Email, as well as operation finish notification in System and on Email. Finish email notification contains detailed information related processed envelopes: envelope subject, envelope UUID, envelope link, status and error message if exists
Select required envelopes (envelopes in “Waiting for you” and “Pending” statuses are eligible for rejection)
Click the “Reject envelopes” button

Following modal window will open:

Enter a cancellation reason anc click the “Reject” button
After a successful process you will see a modal window with the results
How to generate an envelopes report?¶
You can generate a .xlsx report by envelopes.
Select required envelopes
Click the “Generate report” button

Confirm the following modal window:

Envelopes report will be sent to your email after this. Note that this can take some time depending on the number of envelopes in the report
Filter details is the first tab of the report. It contains the filter configuration of the envelope selection
Report data is the second tab of the report. It contains envelope list with details
Note
Note for API users: single envelope search request (POST /api/v1/envelope/search) used for mass actions is limited up to 10000 envelope UUIDs and will fail if more UUIDs are sent. Assign label, delete, archive and share mass action requests have a limit of 1000 UUIDs. The rest of mass actions have 10000 UUIDs limit in single request.