Two researchers need access to the sensitive dataset at 9 a.m. tomorrow but only one signed NDA is on file. Legal is s…
Open Adobe Acrobat and go to the Manage page.
Single-click the agreement you want to review.
Click the Remind button.
Set the reminder frequency if prompted.
Click Create to install the reminder.
Available in Adobe Acrobat desktop and web (Acrobat Sign).
Not covered in this user workflow.
| Signing Order | How it works | When to use it |
|---|---|---|
| Sequential | Signers receive the document one after another in the order you set. | Use for approvals where one person must sign before the next, like a manager then a director. |
| Parallel | All signers receive the document at the same time. | Use when the order of signatures does not matter, and everyone can sign at once. |
E-signature requests often fail to deliver because of simple mistakes. The most common reasons are a typo in the recipient's email address, or the email from adobesign@adobesign.com gets caught by the recipient's spam filter. Also, if your sender profile name is blank, some email systems might reject the message. Always confirm the email is correct and ask recipients to check their spam.
Yes, you can automate sending documents for e-signature using the Acrobat Sign API. This is useful for businesses that need to send many documents regularly. You would use the 'POST /api/rest/v6/agreements' endpoint. First, you need to define the 'AgreementInfo' (details about the signing process) and 'FileInfo' (details about the document itself). The API will then return an 'agreementId' which you can use to track the signing process.