The client told the PM they’ll sign acceptance but I haven’t actually received the confirmation. I’m due to issue cons…
Open your PDF document in Adobe Acrobat.
Click All Tools in the left pane.
Select Request e-signatures from the tools list.
In the Request signatures window, add the email addresses of the people who need to sign.
Click Specify where to sign (or similar) to place signature fields as needed.
Click Send to send the document for signature.
Monitor the status of your document in the Home or Manage tab.
Best practiceRecipients do not need an Adobe account to sign; they can sign via the email link in any browser.
desktop
none
| Signing Order | Description | Best For |
|---|---|---|
| Sequential | Signers receive the document one after another, in a specific order you set. The next signer only gets it after the previous one signs. | Hierarchical approvals or workflows where steps must happen in sequence. |
| Parallel | All signers receive the document at the same time. They can sign in any order, or all at once. | Situations where the order of signatures does not matter, like a group consent form. |
Adding authentication, like an email or SMS code, makes your e-signature requests more secure. It helps confirm that only the correct person can open and sign the document. This is very important for agreements that contain sensitive or high-value information, protecting both you and the signer.
You can automate sending documents for e-signature using the Acrobat Sign API. You will use the 'POST /api/rest/v6/agreements' endpoint. First, you need to define the 'AgreementInfo' which includes details about the agreement and signers, and 'FileInfo' for the documents. The API will then return an 'agreementId' that you can use to track the status of the agreement and make further calls.