The [client] signed the term sheet and wants the services agreement sent for e-signature by [deadline=Friday]. Use the…
Sign in to your Adobe Acrobat Sign developer or paid account at https://secure.na1.echosign.com/public/login.
NoteAPI access requires a paid or developer trial account.
Navigate to Account > Adobe Sign API to generate your API Application credentials (Client ID and Secret).
Configure your Redirect URI and Scopes (e.g., agreement_send:account) for OAuth 2.0 authentication in the API Application settings.
Implement the OAuth 2.0 authorization code flow in your integration to obtain an access_token.
Best practiceIf you encounter authentication errors, ensure your redirect URI matches exactly and your scopes are sufficient for the workflow.
Prepare your document as a PDF file and upload it using the POST /transientDocuments endpoint with your access_token.
NoteThe response will include a transientDocumentId for use in the next step.
Create an agreement JSON payload specifying fileInfos (with transientDocumentId), participantSetsInfo (signers), and signatureType (e.g., ESIGN) as per the API documentation.
Send the agreement for signature using POST /agreements with your payload and access_token.
NoteThe response will include an agreementId you can use to track status.
Optionally, set up a webhook for agreement events by calling POST /webhooks and specifying the scope (e.g., AGREEMENT) and events (e.g., AGREEMENT_SIGNED).
Best practiceWebhooks allow your application to react in real time to signing events, improving workflow automation.
Acrobat Sign Web Admin Console
REST API (v6) endpoints: /transientDocuments, /agreements, /webhooks
When you use the Adobe Acrobat Sign API, you can send documents online for people to sign without printing anything. The API lets you tell the system who needs to sign, what document to send, and where to send it. The signer gets an email and can sign from their phone or computer.
Using the API is faster and can handle many documents at once, making it good for businesses or groups. Sending by email is fine for just a few documents, but the API saves time and reduces mistakes when you have a lot of people to reach.
Companies use e-signatures because they are faster, safer, and save paper. People can sign from anywhere, and the signed documents are stored online, making it easy to find them later.
Yes, you can use the Adobe Acrobat Sign API to send school forms, like permission slips or report cards, to parents or students for signing online. This helps schools collect signatures quickly and keep records organized.
If someone does not sign, you can send them a reminder using the API or check the status to see if they opened the document. Sometimes, people just need a nudge or a new link to complete the process.