
The How it completes choice in the Signing & Acceptance card, with Acceptance selected
Signature or acceptance?
Set it up in the app
Choose Acceptance under How it completes
{{esign.*}} tags, they are left blank in the generated document.Add the recipients

The Recipients tab in acceptance mode
Decide whether the recipient must type their name
Choose how the request reaches the recipient

The Acceptance setup card: link delivery, expiration, Require Typed Name, and reminders
Set reminders and expiration
Choose where the accepted PDF goes
Set it up through the API or MCP
The acceptance settings live in theesignature object of the automation. The same fields are available through the DocsAutomator MCP server and the in-app Agent.
enabled: true with closeType: "signature", Acceptance is enabled: true with closeType: "acceptance", and None is enabled: false.
What the recipient sees
- The email. The recipient gets an email from DocsAutomator, or from your Gmail or Outlook account if you set that up, with a button that opens the document. With Links Only, the recipient gets the link from you.
- The document. The link opens the full document in the browser, on a phone or a computer. The page title is Review Document. The header shows who is reviewing. The recipient scrolls through the whole document on the same screen.
- The typed name. When Require Typed Name is on, a field labeled Type your full name sits above the button.
- The consent line. Directly above the button, the recipient reads: ‘By clicking “Accept”, I agree to the terms of the document shown above and sign it electronically. My click counts as my electronic signature, this document may be delivered and kept electronically, and I can download a copy. My name, email address, IP address, device information and the time of acceptance are recorded in a Certificate of Acceptance and shared with the sender.’
- The button. The recipient clicks Accept. The recipient can also click Decline and write a reason. A decline closes the request and notifies you.
- The confirmation. The recipient sees Thank You! Your acceptance has been recorded. and can download the document. When every recipient has accepted, each one receives a copy of the accepted PDF by email.

The recipient's acceptance page, with the typed-name field, the consent line, and the Accept button
What you get
The completion email
When the last recipient accepts, the automation’s notification recipients get an email that says who accepted the document, with a link to the accepted PDF. If a recipient declines, you get an email with the reason. If a request expires without an acceptance, you get an expiration email.The Certificate of Acceptance
The accepted PDF is the document the recipient saw, unchanged, with a Certificate of Acceptance added as the last page. The certificate records:- The name and email address of each recipient, and the name they typed
- The date and time the request was sent, opened, and accepted
- The IP address and device of each recipient at the time of acceptance
- The exact text of the Accept button and the consent line the recipient saw
- A SHA-256 fingerprint of the document, so any later change to the file shows
- A short statement of the process, so you can attach the certificate to a declaration without technical help

The acceptance record on the document's page in DocsAutomator. The Certificate of Acceptance on the PDF carries the same data.
Status on the Documents page
Every acceptance request appears on the Documents page and in the Needs attention list on your home page, with the same statuses as signing requests, in acceptance wording:
The Documents page, filtered to signing and acceptance requests, with Read, not accepted, Not opened yet, accepted, and Expired documents
Write-back of the accepted PDF
The accepted PDF goes where your signed PDFs go. Set this under After acceptance in the Signing & Acceptance card.closeType: "acceptance", so one endpoint can tell signed and accepted documents apart. See Webhook Integration.
Billing
Signing and acceptance cost **0.35. Test and preview requests are never charged. See How e-signing and acceptance are billed.Reading acceptances through the API
Acceptance requests are signing sessions withcloseType: "acceptance". They use the same endpoints, the same session statuses, and the same signer statuses. A recipient who accepted has the signer status signed, and the signer object carries typedName when a name was typed. The audit trail has one extra event type, document_accepted. See the API reference.