Setting Up Email Templates and Alerts
Salesforce has deprecated Workflow Rules. While Workflow Rules continues to operate for legacy installations, you can no longer create new workflow rules. It is time to migrate to Flow. If any of your operations relies on Workflow Rules, follow Salesforce's Migrate to Flow instructions to make this transition.
Typically, the easiest way to create your own custom template is to clone one of the email templates provided in the unmanaged Conga samples package and then edit it. You cannot clone the standard email templates included in the Conga Approvals Management package.
The Conga Approvals Management package provides email template examples for , opportunities, and term exception approvals. Conga Quote/Proposal Approvals Management provides examples for Quotes/Proposals and Quote Line Items.
- Templates selected in an approval process override templates in an Approvals custom config.
- Templates in an Approvals custom config override templates in APTS_AppprovalConfig.
If you do not configure email templates in any of the three fields, you cannot send approval emails.
To customize email templates
Templates that are available for use can now be used for any subsequent approval requests.
You can make the template a default template or, when you create an approval process, you can use this template to override the default templates on an ad hoc basis.
To override default email templates with custom settings
To override default email templates with admin settings
You have customized templates that you can reference.
- Select the Admin tab or select the + icon and then Admin.
- Click Go to display all of the admin settings.
- If APTS_ApprovalConfig is listed, select it, click Edit. If APTS_ApprovalConfig is not listed, click New Admin. Enter APTS_ApprovalConfig in the Name field and XMLin the Value field.
- In the Code field, enter a reference to the custom email templates for each object you are using with Intelligent Approvals. See Approval Email Notification Templates for help formatting the XML.
To edit email alerts
Go to
Settings for Email Reply
Create email service:
Custom Label Setting
- Edit the ApttusEMailServiceAddress custom label. Match the custom label value to the email address specified in Email Services.
- In the Local Translations / Overrides section, click New Local Translations / Overrides.
- Copy the string (email address) from the Email Service – Email Addresses section and paste it in the Translation Text box.
- Click Save.
Approvals System Properties
Email Approval Service Address must contain same string from Email Service- Email Addresses page.
Email Templates
Email templates should contain a "Reply to" value such
as:replyTo="{!$Label.Apttus_Approval__ApttusEMailServiceAddress}"
When a reassigned or a delegate approver approves or rejects a request, the next approver does not receive an email notification. If the previous approver has a Yahoo email address, the email is not routed to the next approver. Follow the DMARC guidelines and the steps listed at Google Support and Yahoo Support to ensure email notifications are generated and sent.