Customize Notification Emails By Configuration

Email notifications in CMx may be configured with custom email formats in html or plain text. Please use Manage Configurations to create configuration name  and description described below for customizing various email template formats:

Approval and Sign notifications:

Configuration Name:

cmx.emailtemplate.contractapprove

Mandatory variables in email template (Must be available):

${title} - Contract title
${action} - Action String. Can be "Approve" or "Sign"
${link} - Link for action
${content} - Optional : provides the changing par of url other than the hostname. For example: https://live.contractexperience.com/{content} , content will substitute the dynamic varying part of the url.

Example:

Configuration description:

Contract Expire notification:

Configuration:

cmx.emailtemplate.contractexpire

Mandatory variables in email template (Must be available):

${title} - Contract title ${number} - Contract number ${host) - Server URL

Share Document notification:

Configuration:

${link} - Secure Link for Document ${content} - Optional : provides the changing par of url other than the hostname. For example: https://live.contractexperience.com/{content} , content will substitute the dynamic varying part of the url.

Example:

Hello,
This email notification can be customized as per your requirements.
Here is the shared document:
${link}
CMx Team

Milestone Expired notification:

Configuration:

cmx.emailtemplate.contractexpiremilestone

Possible variables:

${title} - Contract title ${number} - Contract number ${host) - Server URL

Request Creation Successful:

Configuration:

cmx.emailtemplate.request

Possible variables:

${request} - Request Id ${host} - Server URL

New User Invite notification:

Configuration:

cmx.emailtemplate.invite

Possible variables:

${firstName} - Firstname of the New User ${email} - Email ${password} - Password ${host} - Server URL

Sign Request notification:

Configuration:

cmx.emailtemplate.signrequest

Possible variables:

${link} - Request Link ${recipient} - Recipient's name ${emailMessage} - Email message

Sign Complete notification:

Configuration:

cmx.emailtemplate.signcomplete

Possible variables:

${recipient} - Recipient's name ${documentName} - Document's name

The final signed PDF document will be attached to email message.

Send Contract to External Review notification:

Configuration:

cmx.emailtemplate.contractforexternalreview

Possible variables:

${title} - Contract's title ${link} - Link to open the Document

Send notification on complete the Manual signature:

Configuration:

cmx.emailtemplate.contractmanuallysigned

Possible variables:

${title} - Contract's title ${number} - Contract's number ${host} - Server URL

Contract Send for Approval notification:

Configuration:

cmx.emailtemplate.contractsendforapproval

Possible variables:

${title} - Contract's title ${host} - Server URL ${approveUrl} - URL for Approve contract ${requestChangesUrl} - URL for Request Changes

Contract Requested Changes notification:

Configuration:

cmx.emailtemplate.contractrequestchanges

Possible variables:

${title} - Contract's title ${host} - Server URL

Workflow Step approval notification:

Configuration:

cmx.emailtemplate.contractsendworkflowstepapproval

Possible variables:

${title} - Contract title ${firstName} - First name of the user ${lastName} - Last name of the user ${host} - Server URL ${reviewComments} - Review comments

Task Reminder notification:

Configuration:

cmx.emailtemplate.taskreminder

Possible variables:

${number} ${title} Contract: is pending for your review. Please click on the below link to review: ${title}.

Report notification:

Configuration:

cmx.emailtemplate.customreport

Possible variables:

${reportName} ${documentName} ${recipient}

HTML Sample