This topic provides the structure of the Clickwrap acceptance confirmation email and how to customize it.
You can enable the Send confirmation email setting in your Clickwrap Group to send the Clickwrap acceptance confirmation email to your counterparties after they accept the associated Clickwrap agreement. This email includes the ability to download a PDF of their acceptance record(s).
To learn how to enable this setting, refer to Create and Manage Clickwrap Groups.
Confirmation Email Structure
Below is an example confirmation email. If you add your company logo and colors to your site's brand settings, they will automatically be applied to the email template.
Customize the Confirmation Email Template
You can customize the confirmation email template beyond your logo and colors.
Note: Email template customization is a global site setting. This means any changes you make will impact all confirmation email templates for your counterparties in association with that site.
- Click your user icon, then click Classic Settings. This opens a new tab of the Clickwrap Classic Experience's settings.
- Select Emails, then select Clickwrap Acceptance Confirmation.
- Edit the HTML of the email template on the left, as desired. Any changes you make will reflect in the email template's preview on the right. Refer to Email Template Variables below to learn more.
- If at any point you want to start over, hover over the three dots next to Publish, then click Reset to Default.
- Click Save and Publish to apply your new template changes to all Clickwrap acceptance confirmation emails in your site.
Email Template Variables
You will see different variables in the HTML and email template preview. The following variables are used in the email template:
Variable | Description |
##{{{brand.logo_url}}} and ##{{#if brand.primary_color}} | Your logo and primary color in your site's brand settings. If you did not add your logo and colors to your brand settings, this will not render. |
##{{{contract_title}}} |
The template name(s) that were accepted by the counterparty. It is strongly recommended to keep this in the email template. |
##{{date_accepted}} |
The date the counterparty accepted the Clickwrap agreement. It is strongly recommended to keep this in the email template. |
##{{#each contract_urls}} |
The URL and title of the template(s) accepted by the counterparty. This loops through an object named contract_urls. It is strongly recommended to keep this in the email template. |
##{{this.url}} |
The URL to access the template in your Legal Center. It is strongly recommended to keep this in the email template. |
##{{this.title}} |
The title of the template accepted by the counterparty. It is strongly recommended to keep this in the email template. |
##{{company_name}} |
Your site's name (usually your company name) in your site settings. It is optional to keep this variable but recommended to include your company name in the HTML in some fashion. |
##{{company_address_street}} |
Your site's street address in your site settings. It is optional to keep this variable but recommended to include your company street address in the HTML in some fashion. |
##{{company_address_city}} |
Your site's city in your site settings. It is optional to keep this variable but recommended to include your company city in the HTML in some fashion. |
##{{company_address_state}} |
Your site's state in your site settings. It is optional to keep this variable but recommended to include your company state in the HTML in some fashion. |
##{{company_address_postal_code}} |
Your site's postal code in your site settings. It is optional to keep this variable but recommended to include your company postal code in the HTML in some fashion. |
##{{company_address_country}} |
Your site's country in your site settings. It is optional to keep this variable but recommended to include your company country in the HTML in some fashion. |