> For the complete documentation index, see [llms.txt](https://help.sdocs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.sdocs.com/s-sign/automation-and-envelope-lifecycle/customize-automated-actions/template-notification-settings.md).

# Template Notification Settings

| **Setting**                                                                                  | **Category** | **Purpose**    | **Supporting Detail**                                                                                                                                |
| -------------------------------------------------------------------------------------------- | ------------ | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
| Custom Template IDs(Complete, Declined, Partial Confirmation, Printed for Signature, Voided) | Notification | Experience     | Uses specific S-Docs HTML templates for Complete, Declined, or Voided alerts. Field accepts Template IDs.                                            |
| Disable email verification for domains                                                       | Notification | Friction       | Bypasses the verification code for trusted domains (e.g., `yourcompany.com`).                                                                        |
| Don't Send Confirmation Email to Sender                                                      | Notification | Experience     | Prevents signer from receiving confirmation email that contract has been signed.                                                                     |
| Send document as link                                                                        | Notification | Security       | Sends a secure link instead of a PDF attachment in the final email.                                                                                  |
| Send Confirmation Email as One Email                                                         | Notification | Experience     | Sends Confirmation email as a single email with multiple recipients rather than separate emails to individual recipients.                            |
| Send Confirmation Email to Default FROM Address                                              | Notification | Experience     | Sends confirmation email to default FROM address that is specified under the Email Settings tab within the template editor.                          |
| Copy subject and attachments from first request email onto subsequent request emails         | Notification | Access Control | When enabled copies any attachments that were included on initial request to any subsequent requests after the first signer has signed the contract. |
| Additional recipients including audit trail                                                  | Notification | Oversight      | Sends a copy of the final signed document with audit trail to non-signing email addresses.                                                           |
| Additional recipients excluding audit trail                                                  | Notification | Oversight      | Sends a copy of the final signed document without audit trail to non-signing email addresses.                                                        |
| Parties to Notify Upon Void, Expire, or Decline                                              | Notification | Experience     | Specify the respective parties that will receive notifications when contracts are voided, expire, or declined.                                       |
| Disable System Email                                                                         | Notification | Experience     | When setting is enabled all emails related to the S-Sign Process will be disabled.                                                                   |
| Days until request expires                                                                   | Expiration   | Deadline       | Sets a hard expiration date after which the signature link becomes invalid.                                                                          |
| Days until first Reminder                                                                    | Notification | Automation     | Defines the interval until the first reminder notification is sent to Signer.                                                                        |
| Number of days between regular reminders after first                                         | Notification | Automation     | Defines the interval between subsequent reminder notifications after initial reminder has been delivered.                                            |
| Number of Total Reminders                                                                    | Notification | Automation     | Sets the total number of reminder notifications signer will receive if contract has not been completed.                                              |
| Use Business Days                                                                            | Expiration   | Timing         | Restricts reminders and expiration calculations to Monday through Friday.                                                                            |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.sdocs.com/s-sign/automation-and-envelope-lifecycle/customize-automated-actions/template-notification-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
